Corrected typo in ChangeLog

This commit is contained in:
Simon Butcher 2015-11-03 23:09:28 +00:00
parent bd3639852c
commit 59a8fa7e2e

View File

@ -8,11 +8,11 @@ Security
Vranken, Intelworks. Vranken, Intelworks.
* Fix potential heap corruption on Windows when * Fix potential heap corruption on Windows when
mbedtls_x509_crt_parse_path() is passed a path longer than 2GB. Cannot be mbedtls_x509_crt_parse_path() is passed a path longer than 2GB. Cannot be
triggered remotely. Found by Guido Vranken, Interlworks. triggered remotely. Found by Guido Vranken, Intelworks.
* Fix potential buffer overflow in some asn1_write_xxx() functions. * Fix potential buffer overflow in some asn1_write_xxx() functions.
Cannot be triggered remotely unless you create X.509 certificates based Cannot be triggered remotely unless you create X.509 certificates based
on untrusted input or write keys of untrusted origin. Found by Guido on untrusted input or write keys of untrusted origin. Found by Guido
Vranken, Interlworks. Vranken, Intelworks.
* The X509 max_pathlen constraint was not enforced on intermediate * The X509 max_pathlen constraint was not enforced on intermediate
certificates. Found by Nicholas Wilson, fix and tests provided by certificates. Found by Nicholas Wilson, fix and tests provided by
Janos Follath. #280 and #319 Janos Follath. #280 and #319