Fix the ChangeLog entry for dh_server bugfix

The merge had placed the ChangeLog entry under the wrong version.
This commit is contained in:
Simon Butcher 2018-11-06 23:50:32 +00:00
parent e92e446781
commit 35b41ea779

View file

@ -40,6 +40,8 @@ Bugfix
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