ChangeLog entry for ssl_parse_client_psk_identity fix

This commit is contained in:
Gilles Peskine 2017-11-23 19:04:39 +01:00
parent c26741f8ca
commit 86eece9e87

View file

@ -1,5 +1,11 @@
mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS 2.1.x released xxxx-xx-xx
Security
* Fix unsafe bounds check in ssl_parse_client_psk_identity() when adding
64kB to the address of the SSL buffer wraps around.
= mbed TLS 2.1.8 released 2017-06-21
Security