mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 03:48:53 +00:00
Fix ChangeLog entry ordering
This commit is contained in:
parent
870ed0008a
commit
86d8c673c2
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,6 @@ Features
|
||||||
https://sweet32.info/SWEET32_CCS16.pdf.
|
https://sweet32.info/SWEET32_CCS16.pdf.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
* Fix 1-byte buffer overflow in mbedtls_mpi_write_string() when
|
|
||||||
used with negative inputs. Found by Guido Vranken in #2404.
|
|
||||||
* Fix a compilation issue with mbedtls_ecp_restart_ctx not being defined
|
* Fix a compilation issue with mbedtls_ecp_restart_ctx not being defined
|
||||||
when MBEDTLS_ECP_ALT is defined. Reported by jwhui. Fixes #2242.
|
when MBEDTLS_ECP_ALT is defined. Reported by jwhui. Fixes #2242.
|
||||||
* 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.
|
||||||
|
@ -49,6 +47,8 @@ Bugfix
|
||||||
* Fix private key DER output in the key_app_writer example. File contents
|
* Fix private key DER output in the key_app_writer example. File contents
|
||||||
were shifted by one byte, creating an invalid ASN.1 tag. Fixed by
|
were shifted by one byte, creating an invalid ASN.1 tag. Fixed by
|
||||||
Christian Walther in #2239.
|
Christian Walther in #2239.
|
||||||
|
* Fix 1-byte buffer overflow in mbedtls_mpi_write_string() when
|
||||||
|
used with negative inputs. Found by Guido Vranken in #2404.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Include configuration file in all header files that use configuration,
|
* Include configuration file in all header files that use configuration,
|
||||||
|
|
Loading…
Reference in a new issue