Adapt ChangeLog
This commit is contained in:
parent
888071184c
commit
a21e2a015b
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
= mbed TLS x.x.x branch released xxxx-xx-xx
|
= mbed TLS x.x.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
|
Security
|
||||||
|
* Make mbedtls_mpi_read_binary constant-time with respect to
|
||||||
|
the input data. Previously, trailing zero bytes were detected
|
||||||
|
and omitted for the sake of saving memory, but potentially
|
||||||
|
leading to slight timing differences.
|
||||||
|
Reported by Marco Macchetti, Kudelski Group.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
* Allow comments in test data files.
|
* Allow comments in test data files.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue