Merge remote-tracking branch 'upstream-restricted/pr/459' into development-restricted-proposed

This commit is contained in:
Jaeden Amero 2018-03-14 18:13:47 +00:00
commit 24b2d6fb6d
4 changed files with 25 additions and 9 deletions

View file

@ -65,6 +65,8 @@ Bugfix
could cause a key exchange to fail on valid data.
* Don't define mbedtls_aes_decrypt and mbedtls_aes_encrypt under
MBEDTLS_DEPRECATED_REMOVED. #1388
* Fix a 1-byte heap buffer overflow (read-only) during private key parsing.
Found through fuzz testing.
Changes
* Fix tag lengths and value ranges in the documentation of CCM encryption.