mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-02 19:30:34 +00:00
Fix order of sections in the ChangeLog
This commit is contained in:
parent
a82d38dc7c
commit
47237346d4
10
ChangeLog
10
ChangeLog
|
@ -2,6 +2,11 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
= mbed TLS 2.7.x branch released xxxx-xx-xx
|
= mbed TLS 2.7.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
|
Features
|
||||||
|
* Add MBEDTLS_REMOVE_3DES_CIPHERSUITES to allow removing 3DES ciphersuites
|
||||||
|
from the default list (enabled by default). See
|
||||||
|
https://sweet32.info/SWEET32_CCS16.pdf.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Run the AD too long test only if MBEDTLS_CCM_ALT is not defined.
|
* Run the AD too long test only if MBEDTLS_CCM_ALT is not defined.
|
||||||
Raised as a comment in #1996.
|
Raised as a comment in #1996.
|
||||||
|
@ -10,11 +15,6 @@ Bugfix
|
||||||
* Reduce stack usage of `mpi_write_hlp()` by eliminating recursion.
|
* Reduce stack usage of `mpi_write_hlp()` by eliminating recursion.
|
||||||
Fixes #2190.
|
Fixes #2190.
|
||||||
|
|
||||||
Features
|
|
||||||
* Add MBEDTLS_REMOVE_3DES_CIPHERSUITES to allow removing 3DES ciphersuites
|
|
||||||
from the default list (enabled by default). See
|
|
||||||
https://sweet32.info/SWEET32_CCS16.pdf.
|
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Include configuration file in all header files that use configuration,
|
* Include configuration file in all header files that use configuration,
|
||||||
instead of relying on other header files that they include.
|
instead of relying on other header files that they include.
|
||||||
|
|
Loading…
Reference in a new issue