File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,4 @@ Following applicative project can be used as reference for STSELib integration a
6868
6969
7070- STSAFE-L
71- - [ STSAFE-L_echo] ( https://github.com/STMicroelectronics/STSAFE-L_echo )
72- - [ STSAFE-L_device_authentication] ( https://github.com/STMicroelectronics/STSAFE-L_device_authentication )
73- - [ STSAFE-L_secure_data_storage] ( https://github.com/STMicroelectronics/STSAFE-L_secure_data_storage )
71+ - [ stsafe-l-sdk] ( https://github.com/STMicroelectronics/stsafe-l-sdk )
Original file line number Diff line number Diff line change 11# Release Note
22
3- ## v1.1.8 (Latest)
3+ ## v1.1.9 (Latest)
4+
5+ ### Improvements
6+
7+ - [ doc] add link to stsafe-l-sdk in readme
8+ - [ admin] add jenkinsfile for CI/CD
9+ - [ api] add handle's device type setup using mask identification query
10+ - [ services] add mask identification query
11+ - [ api] add documentation for generate key behaviour
12+
13+ ### Bug Fixes
14+
15+ - [ services] remove comma typo
16+ - [ services] use STSAFE family index
17+ - [ doc] fix random_size doxygen tag from [ in,out] to [ in]
18+ - [ api] fix index overflow and incorrect chunk increment in stse_generate_random
19+
20+ ## v1.1.8
421
522### SW Dependency fix
623
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = STSELib
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = v1.1.8
51+ PROJECT_NUMBER = v1.1.9
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewers a
You can’t perform that action at this time.
0 commit comments