mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-21 01:21:08 +00:00
Fix the ChangeLog entry for dh_server bugfix
The merge had placed the ChangeLog entry under the wrong version.
This commit is contained in:
parent
e92e446781
commit
35b41ea779
26
ChangeLog
26
ChangeLog
|
@ -29,17 +29,19 @@ Bugfix
|
||||||
program programs/x509/cert_write. Fixes #1422.
|
program programs/x509/cert_write. Fixes #1422.
|
||||||
* Ignore iv in mbedtls_cipher_set_iv() when the cipher mode is MBEDTLS_MODE_ECB
|
* Ignore iv in mbedtls_cipher_set_iv() when the cipher mode is MBEDTLS_MODE_ECB
|
||||||
Fix for #1091 raised by ezdevelop
|
Fix for #1091 raised by ezdevelop
|
||||||
* Fix failure in hmac_drbg in the benchmark sample application, when
|
* Fix failure in hmac_drbg in the benchmark sample application, when
|
||||||
MBEDTLS_THREADING_C is defined. Found by TrinityTonic, #1095
|
MBEDTLS_THREADING_C is defined. Found by TrinityTonic, #1095
|
||||||
* Fix a bug in the update function for SSL ticket keys which previously
|
* 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.
|
invalidated keys of a lifetime of less than a 1s. Fixes #1968.
|
||||||
* Zeroize memory used for reassembling handshake messages after use.
|
* Zeroize memory used for reassembling handshake messages after use.
|
||||||
* Use `mbedtls_zeroize()` instead of `memset()` for zeroization of
|
* Use `mbedtls_zeroize()` instead of `memset()` for zeroization of
|
||||||
sensitive data in the example programs aescrypt2 and crypt_and_hash.
|
sensitive data in the example programs aescrypt2 and crypt_and_hash.
|
||||||
* Fix compilation failure for configurations which use compile time
|
* Fix compilation failure for configurations which use compile time
|
||||||
replacements of standard calloc/free functions through the macros
|
replacements of standard calloc/free functions through the macros
|
||||||
MBEDTLS_PLATFORM_CALLOC_MACRO and MBEDTLS_PLATFORM_FREE_MACRO.
|
MBEDTLS_PLATFORM_CALLOC_MACRO and MBEDTLS_PLATFORM_FREE_MACRO.
|
||||||
Reported by ole-de and ddhome2006. Fixes #882, #1642 and #1706.
|
Reported by ole-de and ddhome2006. Fixes #882, #1642 and #1706.
|
||||||
|
* Fix programs/pkey/dh_server.c so that it actually works with dh_client.c.
|
||||||
|
Found and fixed by Martijn de Milliano.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* "make apidoc" now generates the documentation for the current
|
* "make apidoc" now generates the documentation for the current
|
||||||
|
@ -531,8 +533,6 @@ Bugfix
|
||||||
Vranken.
|
Vranken.
|
||||||
* Fix a numerical underflow leading to stack overflow in mpi_read_file()
|
* Fix a numerical underflow leading to stack overflow in mpi_read_file()
|
||||||
that was triggered uppon reading an empty line. Found by Guido Vranken.
|
that was triggered uppon reading an empty line. Found by Guido Vranken.
|
||||||
* Fix programs/pkey/dh_server.c so that it actually works with dh_client.c.
|
|
||||||
Found and fixed by Martijn de Milliano.
|
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Clarify ECDSA documentation and improve the sample code to avoid
|
* Clarify ECDSA documentation and improve the sample code to avoid
|
||||||
|
|
Loading…
Reference in a new issue