1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-07-25 01:58:41 +08:00

Add changelog entry for ECC hardware bugfix

This commit is contained in:
Janos Follath 2018-12-07 10:04:17 +00:00
parent af6f2694a4
commit 855def157f

View File

@ -35,6 +35,10 @@ New deprecations
* Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update
in favor of functions that can return an error code.
Bugfix
* Fix double initialization of ECC hardware that made some accelerators
hang.
= mbed TLS 2.14.0 branch released 2018-11-19
Security