mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-26 19:16:28 +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
|
@ -40,6 +40,8 @@ Bugfix
|
|||
replacements of standard calloc/free functions through the macros
|
||||
MBEDTLS_PLATFORM_CALLOC_MACRO and MBEDTLS_PLATFORM_FREE_MACRO.
|
||||
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
|
||||
* "make apidoc" now generates the documentation for the current
|
||||
|
@ -531,8 +533,6 @@ Bugfix
|
|||
Vranken.
|
||||
* Fix a numerical underflow leading to stack overflow in mpi_read_file()
|
||||
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
|
||||
* Clarify ECDSA documentation and improve the sample code to avoid
|
||||
|
|
Loading…
Reference in a new issue