Skip to content

Commit 96f4e8d

Browse files
committed
[admin] Prepare v1.1.7
1 parent 824735a commit 96f4e8d

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

doc/resources/Markdown/02_RELEASE_NOTE/release_note.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Release Note
22

3-
## v1.1.6 (Latest)
3+
## v1.1.7 (Latest)
4+
- [certificate] Update some prints for Linux miss alignment
5+
- [api] Update returned error code
6+
- [api] Update key type check
7+
- [api] Update stste_ecc.h functions parametters description
8+
- [api] Discard some APIs regarding L010
9+
- [api/services] rename max frame length of arrays and constants
10+
- [api/services/stsafea] fix service validation of read data zone when only changing access condition and change ac indicator in api
11+
- [api/services/stsafea] fix asymmetric keys header signatures mismatch
12+
- [api/services/stsafea] remove STSAFE-A private key table change right reference
13+
- [api/services/stsafea] Add derive key service and api functions
14+
- [services/stsafea] fix null pointer in session frame encrypt and decrypt (pub issue #59)
15+
- [services/stsafea] fix stsafea key info length for HKDF and HMAC
16+
- [services/stsafea] fix stsafea generic key HKDF structure
17+
- [services/stsafea] Add STSAFEA_PRODUCT_COUNT for code harmonization
18+
- [api/core/service] Verify frame overflow at frame transfer layer
19+
- [core/wolfssl] add wolfCrypt crypto platform support
20+
- [services] Include timings declaration
21+
- [core][services][api] Align return core with SW layer
22+
- [core] platform cleanup of timeout functions
23+
- [core] change ms delay type to UI16
24+
- [core] added conditional definition for i2c and st1wire functions (pub issue #51)
25+
- [core] modified zone access condition auth into auth and host
26+
- [doc] document non-reversible Read/Update AC downgrades
27+
- [doc] add conf use i2c for stsafel
28+
- [doc] update stse_platform_wolfssl.c.md with link to official wolfssl repo
29+
- [doc] update README.md with new reference to STSAFE-A120_example
30+
- [doc] Add doc building steps to ReadMe.md
31+
32+
## v1.1.6
433
- [api] Fix stse_put_I2C_parametters warning when compiling without STSE_CONF_STSAFE_A_SUPPORT config
534
- [service] Add active host session management in stsafea_close_host_session
635

doc/resources/STSELib.doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6
51+
PROJECT_NUMBER = v1.1.7
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

0 commit comments

Comments
 (0)