mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-24 23:11:19 +00:00
ChangeLog entry for ssl_parse_client_psk_identity fix
This commit is contained in:
parent
c26741f8ca
commit
86eece9e87
|
@ -1,5 +1,11 @@
|
||||||
mbed TLS ChangeLog (Sorted per branch, date)
|
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
|
= mbed TLS 2.1.8 released 2017-06-21
|
||||||
|
|
||||||
Security
|
Security
|
||||||
|
|
Loading…
Reference in a new issue