|
1 | 1 | # Release Note |
2 | 2 |
|
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 |
4 | 33 | - [api] fix issue when compiling with only STSE_CONF_STSAFE_L_SUPPORT directive |
5 | 34 | - [api][services/stsafea] Fix AES CCM encrypt counter management leading to R-MAC error |
6 | 35 | - [services/stsafea] fix frame encrypt/decrypt and MAC issues |
|
0 commit comments