mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-18 04:37:24 +00:00
Adapt ChangeLog
This commit is contained in:
parent
a82a6e126d
commit
20b5d14b28
|
@ -12,6 +12,8 @@ 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 memory leak and free without initialization in pk_encrypt
|
||||||
|
and pk_decrypt example programs. Reported by Brace Stout. Fixes #1128.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Improve compatibility with some alternative CCM implementations by using
|
* Improve compatibility with some alternative CCM implementations by using
|
||||||
|
|
Loading…
Reference in a new issue