Merge pull request #5984 from gilles-peskine-arm/changelog-improvements-20220609-2.28

Changelog improvements before the 2.28.1 release
This commit is contained in:
Gilles Peskine 2022-06-28 21:00:12 +02:00 committed by GitHub
commit d0aafa6cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
Bugfix
* Fix compilation on Windows when building shared library, by setting
library search path to CMAKE_CURRENT_BINARY_DIR.
* Fix the library search path when building a shared library with CMake
on Windows.

View File

@ -1,4 +1,4 @@
Bugfix
* Fix a bug in x25519 example program where the removal of
* Fix a bug in the x25519 example program where the removal of
MBEDTLS_ECDH_LEGACY_CONTEXT caused the program not to run. Fixes #4901 and
#3191.

View File

@ -1,2 +1,2 @@
Bugfix
* Fix memory leak if mbedtls_ssl_config_defaults() call is repeated
* Fix a memory leak if mbedtls_ssl_config_defaults() is called twice.

View File

@ -1,3 +0,0 @@
Bugfix
* Add missing key slot destruction calls when a raw key agreement or
a public key export fails in ssl_write_client_key_exchange.

View File

@ -4,4 +4,4 @@ Bugfix
client would fail to check that the curve selected by the server for
ECDHE was indeed one that was offered. As a result, the client would
accept any curve that it supported, even if that curve was not allowed
according to its configuration.
according to its configuration. Fixes #5291.