From 47b4488f774ed9abb04383e8d64e4680182b0c16 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 2 May 2018 22:34:53 -0500 Subject: update release notes --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index e00e9f6..f853e4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,19 @@ history is also available from Git. LibreSSL Portable Release Notes: +2.7.3 - Bug fixes + + * Removed incorrect NULL checks in DH_set0_key(). Reported by Ondrej Sury + + * Fixed an issue normalizing CPU architecture in the configure script, + which disabled assembly optimizations on platforms that get detected + as 'amd64', opposed to 'x86_64' + + * Limited tls_config_clear_keys() to only clear private keys. + This was inadvertently clearing the keypair, which includes the OCSP staple + and pubkey hash - if an application called tls_configure() followed by + tls_config_clear_keys(), this would prevent OCSP staples from working. + 2.7.2 - Stable release * Updated and added extensive new HISTORY sections to API manuals. -- cgit v1.2.3-55-g6feb