mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-20 07:17:55 +00:00
Adapt ChangeLog
This commit is contained in:
parent
b554636236
commit
4d646a60bd
|
@ -12,10 +12,13 @@ Bugfix
|
||||||
interoperability issues with BouncyCastle. Raised by milenamil in #1157.
|
interoperability issues with BouncyCastle. Raised by milenamil in #1157.
|
||||||
* Fix potential use-after-free in mbedtls_ssl_get_max_frag_len()
|
* Fix potential use-after-free in mbedtls_ssl_get_max_frag_len()
|
||||||
and mbedtls_ssl_get_record_expansion() after a session reset. Fixes #1941.
|
and mbedtls_ssl_get_record_expansion() after a session reset. Fixes #1941.
|
||||||
|
* Fix a bug in the update function for SSL ticket keys which previously
|
||||||
|
invalidated keys of a lifetime of less than a 1s. Fixes #1968.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Improve compatibility with some alternative CCM implementations by using
|
* Improve compatibility with some alternative CCM implementations by using
|
||||||
CCM test vectors from RAM.
|
CCM test vectors from RAM.
|
||||||
|
* Add tests for session resumption in DTLS.
|
||||||
|
|
||||||
= mbed TLS 2.7.5 branch released 2018-07-25
|
= mbed TLS 2.7.5 branch released 2018-07-25
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue