mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-09-06 04:33:16 +00:00
Added CVE code to ChangeLog
This commit is contained in:
parent
ac4461f783
commit
8b846b8804
|
@ -3,9 +3,9 @@ PolarSSL ChangeLog
|
||||||
= Version 1.2.17 released 2015-10-xx
|
= Version 1.2.17 released 2015-10-xx
|
||||||
|
|
||||||
Security
|
Security
|
||||||
* Fix possible heap buffer overflow in SSL if a very long hostname is used.
|
* Fix for CVE-2015-5291. Possible heap buffer overflow in SSL if a very long
|
||||||
Can be trigerred remotely if you accept hostnames from untrusted parties.
|
hostname is used. Can be trigerred remotely if you accept hostnames from
|
||||||
Found by Guido Vranken, Intelworks.
|
untrusted parties. Found by Guido Vranken, Intelworks.
|
||||||
* Fix stack buffer overflow in pkcs12 decryption (used by
|
* Fix stack buffer overflow in pkcs12 decryption (used by
|
||||||
mbedtls_pk_parse_key(file)() when the password is > 129 bytes. Found by
|
mbedtls_pk_parse_key(file)() when the password is > 129 bytes. Found by
|
||||||
Guido Vranken, Intelworks. Not triggerable remotely.
|
Guido Vranken, Intelworks. Not triggerable remotely.
|
||||||
|
|
Loading…
Reference in a new issue