Added ChangeLog entry

This commit is contained in:
Gilles Peskine 2017-12-01 23:30:43 +01:00
parent 7c02c503ea
commit b592f32291

View File

@ -41,6 +41,7 @@ Bugfix
* Fix a potential integer overflow in the version verification for DER * Fix a potential integer overflow in the version verification for DER
encoded X509 certificates. The overflow would enable maliciously encoded X509 certificates. The overflow would enable maliciously
constructed certificates to bypass the certificate verification check. constructed certificates to bypass the certificate verification check.
* Fix word size check in in pk.c to not depend on MBEDTLS_HAVE_INT64.
Changes Changes
* Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of * Added config.h option MBEDTLS_NO_UDBL_DIVISION, to prevent the use of