mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 14:36:47 +00:00
Move ChangeLog entry from Bugfix to Changes section
This commit is contained in:
parent
485aaaf2b9
commit
aa035d89a6
|
@ -13,8 +13,6 @@ Bugfix
|
||||||
* Replace printf with mbedtls_printf in aria. Found by TrinityTonic in #1908.
|
* Replace printf with mbedtls_printf in aria. Found by TrinityTonic in #1908.
|
||||||
* 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.
|
||||||
* Return from various debugging routines immediately if the
|
|
||||||
provided SSL context is unset.
|
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Copy headers preserving timestamps when doing a "make install".
|
* Copy headers preserving timestamps when doing a "make install".
|
||||||
|
@ -23,6 +21,8 @@ Changes
|
||||||
Drozd. Fixes #1215 raised by randombit.
|
Drozd. Fixes #1215 raised by randombit.
|
||||||
* 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.
|
||||||
|
* Return from various debugging routines immediately if the
|
||||||
|
provided SSL context is unset.
|
||||||
|
|
||||||
= mbed TLS 2.12.0 branch released 2018-07-25
|
= mbed TLS 2.12.0 branch released 2018-07-25
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue