Skip to content

Commit d5797a2

Browse files
committed
[doc] Update documentation for v1.1.3 release
1 parent 59fdf63 commit d5797a2

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.2 (Latest)
3+
## v1.1.3 (Latest)
4+
- [all] Pre-commit code cleanup for v1.1.3
5+
- [certificate] fix warning caused by single-use macro
6+
- [api] Add stse_establish_host_key_authenticated
7+
- [api] fix stse_get_device_certificate
8+
- [api] fix typo error
9+
- [api][services/stsafea] Move signature generation for authenticating an off-chip entity
10+
- [services/stsafea] Fix stsafea_sign_for_generic_public_key_slot
11+
- [services/stsafea] Fix frame encrypt
12+
- [services/stsafea] delete duplicated verification
13+
- [services/stsafea] add documentation to stsafea_data_partition_record_t
14+
- [services/stsafea][core] Update data partition accesses protection parametter
15+
- [core] fix macro name: STSAFE_NIST_BRAINPOOL_POINT_REPRESENTATION_ID_SIZE to STSE_...
16+
17+
## v1.1.2
18+
- [api] fix issue when compiling with only STSE_CONF_STSAFE_L_SUPPORT directive
19+
- [api][services/stsafea] Fix AES CCM encrypt counter management leading to R-MAC error
20+
- [services/stsafea] fix frame encrypt/decrypt and MAC issues
21+
- [services/stsafea] Update generate ecc key pair & establish shared secret
22+
- [services/stsafea] Fix frame length if received frame is lower than expected
23+
- [services/stsafea] fix CURVE25519 support in stsafea_ecc_establish_shared_secret service
24+
- [services/stsafea] Update MAC counter increment
25+
- [services/stsafea] Update frame transmit return code
26+
- [services/stsafea] Fix extended header management to be into first frame element
27+
- [services/stsafel] Update frame management to avoid issue in case of response header != 0
28+
- [services/stsafel] Fix frame transfer when STSE_FRAME_DEBUG_LOG directive is activated
29+
- [doc] Add reference to STSAFE-L_echo in README.md
30+
- [doc] Add reference to STSAFE-A_echo example in ReadMe.md
31+
32+
## v1.1.2
433
- [api] fix issue when compiling with only STSE_CONF_STSAFE_L_SUPPORT directive
534
- [api][services/stsafea] Fix AES CCM encrypt counter management leading to R-MAC error
635
- [services/stsafea] fix frame encrypt/decrypt and MAC issues

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.2
51+
PROJECT_NUMBER = v1.1.3
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)