Update ChangeLog for crypto changes from a591985c62

Add ChangeLog entries for changes brought by the submodule update in
the previous commit.
This commit is contained in:
Janos Follath 2020-02-19 11:23:55 +00:00
parent a591985c62
commit d1692ee07a

View File

@ -44,6 +44,11 @@ Bugfix
contributed by apple-ihack-geek in #2663.
* Fix a possible error code mangling in psa_mac_verify_finish() when
a cryptographic accelerator fails. ARMmbed/mbed-crypto#345
* Fix a bug in mbedtls_pk_parse_key() that would cause it to accept some
RSA keys that would later be rejected by functions expecting private
keys. Found by Catena cyber using oss-fuzz (issue 20467).
* Fix a bug in mbedtls_pk_parse_key() that would cause it to
accept some RSA keys with invalid values by silently fixing those values.
= mbed TLS 2.20.0 branch released 2020-01-15