|
1 | 1 | # Release Note |
2 | 2 |
|
3 | | -## v1.1.7 (Latest) |
| 3 | +## v1.1.8 (Latest) |
| 4 | + |
| 5 | +### SW Dependency fix |
| 6 | + |
| 7 | +- [doc] Update plantuml.jar version (3-Clause DSD) |
| 8 | + |
| 9 | +### Improvements |
| 10 | + |
| 11 | +- [doc] add partners repositories list in readme.md |
| 12 | +- [doc] fix link to stsafe-a-sdk |
| 13 | +- [doc] clarify that partitioning table buffer size is measured in bytes |
| 14 | +- [doc] clarify buffer sizing due to hidden overhead bytes |
| 15 | +- [api/services/core] Move includes of standard library into source files |
| 16 | +- [api/services] Make message buffer const in ECC sign |
| 17 | +- [api/services] Make input buffers const in ECC verify |
| 18 | +- [services/stsafea] optimize frame reception |
| 19 | +- [core] Use indexed ECC info table |
| 20 | +- [core] update handler initialization for protocol different than I2C |
| 21 | + |
| 22 | +### Bug Fixes : |
| 23 | + |
| 24 | +- [api/services/core] Remove STSAFE-A200 reference |
| 25 | +- [services/stsafea] fix regression on ext. command timings |
| 26 | +- [services/stsafea] fix hibernate |
| 27 | +- [services/stsafea] fix potential issue/crash in case of transfer error |
| 28 | + |
| 29 | +## v1.1.7 |
4 | 30 | - [certificate] Update some prints for Linux miss alignment |
5 | 31 | - [api] Update returned error code |
6 | 32 | - [api] Update key type check |
|
18 | 44 | - [api/core/service] Verify frame overflow at frame transfer layer |
19 | 45 | - [core/wolfssl] add wolfCrypt crypto platform support |
20 | 46 | - [services] Include timings declaration |
21 | | -- [core][services][api] Align return core with SW layer |
| 47 | +- [api/services/core] Align return core with SW layer |
22 | 48 | - [core] platform cleanup of timeout functions |
23 | 49 | - [core] change ms delay type to UI16 |
24 | 50 | - [core] added conditional definition for i2c and st1wire functions (pub issue #51) |
|
0 commit comments