1
0
Fork 0
mirror of https://github.com/yuzu-emu/mbedtls.git synced 2025-03-18 22:07:36 +00:00

ChangeLog entry for ssl_parse_client_psk_identity fix

This commit is contained in:
Gilles Peskine 2017-11-23 19:10:48 +01:00
parent b2ee6b432e
commit feae81de91

View file

@ -1,5 +1,11 @@
mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS 1.3.21 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 1.3.20 released 2017-06-21
Security