Added credit to Changelog for X.509 DER bounds fix

This commit is contained in:
Simon Butcher 2016-10-11 14:06:37 +01:00
parent e0af995f12
commit 5a74d26006

View File

@ -6,7 +6,7 @@ Security
* Fix potential stack corruption in mbedtls_x509write_crt_der() and * Fix potential stack corruption in mbedtls_x509write_crt_der() and
mbedtls_x509write_csr_der() when the signature is copied to the buffer mbedtls_x509write_csr_der() when the signature is copied to the buffer
without checking whether there is enough space in the destination. The without checking whether there is enough space in the destination. The
issue cannot be triggered remotely. issue cannot be triggered remotely. (found by Jethro Beekman)
Features Features
* Added support for CMAC for AES and 3DES and AES-CMAC-PRF-128, as defined by * Added support for CMAC for AES and 3DES and AES-CMAC-PRF-128, as defined by