mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:15:38 +01:00
Add ChangeLog entry
Add the ChangeLog entry describing the change.
This commit is contained in:
parent
9924bdc792
commit
6aa9fb4916
10
ChangeLog
10
ChangeLog
@ -2,6 +2,10 @@ 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
|
||||||
|
|
||||||
|
API Changes
|
||||||
|
* Add a common error code for a feature that is not supported by the
|
||||||
|
underlying alternative implementations.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
* Add support for temporarily suspending expensive ECC computations after
|
* Add support for temporarily suspending expensive ECC computations after
|
||||||
some configurable amount of operations, to be used in single-threaded
|
some configurable amount of operations, to be used in single-threaded
|
||||||
@ -24,6 +28,12 @@ Features
|
|||||||
hash and signature sizes that comply with FIPS 186-4, including SHA-512
|
hash and signature sizes that comply with FIPS 186-4, including SHA-512
|
||||||
with a 1024-bit key.
|
with a 1024-bit key.
|
||||||
|
|
||||||
|
New deprecations
|
||||||
|
* All the current module specific errors that mean a feature is not available
|
||||||
|
are deprecated, so the platform error should be used.
|
||||||
|
* All the module specific generic hardware accelaration errors that existed
|
||||||
|
are deprecated, so the platform error should be used.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix wrong order of freeing in programs/ssl/ssl_server2 example
|
* Fix wrong order of freeing in programs/ssl/ssl_server2 example
|
||||||
application leading to a memory leak in case both
|
application leading to a memory leak in case both
|
||||||
|
Loading…
Reference in New Issue
Block a user