mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 21:11:06 +00:00
Adapt ChangeLog
This commit is contained in:
parent
02f632ecce
commit
e9dcb843b2
|
@ -12,6 +12,9 @@ Security
|
||||||
side in both TLS and DTLS.
|
side in both TLS and DTLS.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
|
* Fix wrong implementation of truncated HMAC extension leading to
|
||||||
|
compatibility problems with peers not running Mbed TLS. Found by
|
||||||
|
Andreas Walz.
|
||||||
* Fix ssl_parse_record_header() to silently discard invalid DTLS records
|
* Fix ssl_parse_record_header() to silently discard invalid DTLS records
|
||||||
as recommended in RFC 6347 Section 4.1.2.7.
|
as recommended in RFC 6347 Section 4.1.2.7.
|
||||||
* Fix memory leak in mbedtls_ssl_set_hostname() when called multiple times.
|
* Fix memory leak in mbedtls_ssl_set_hostname() when called multiple times.
|
||||||
|
|
Loading…
Reference in a new issue