mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-05 05:06:26 -04:00
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:
commit
d0aafa6cc1
@ -1,3 +1,3 @@
|
|||||||
Bugfix
|
Bugfix
|
||||||
* Fix compilation on Windows when building shared library, by setting
|
* Fix the library search path when building a shared library with CMake
|
||||||
library search path to CMAKE_CURRENT_BINARY_DIR.
|
on Windows.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Bugfix
|
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
|
MBEDTLS_ECDH_LEGACY_CONTEXT caused the program not to run. Fixes #4901 and
|
||||||
#3191.
|
#3191.
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
Bugfix
|
Bugfix
|
||||||
* Fix memory leak if mbedtls_ssl_config_defaults() call is repeated
|
* Fix a memory leak if mbedtls_ssl_config_defaults() is called twice.
|
||||||
|
@ -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.
|
|
@ -4,4 +4,4 @@ Bugfix
|
|||||||
client would fail to check that the curve selected by the server for
|
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
|
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
|
accept any curve that it supported, even if that curve was not allowed
|
||||||
according to its configuration.
|
according to its configuration. Fixes #5291.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user