update release notes

This commit is contained in:
Brent Cook 2018-05-02 22:34:53 -05:00
parent 13b704d4d3
commit 4c61b0e7fe

View File

@ -28,6 +28,19 @@ history is also available from Git.
LibreSSL Portable Release Notes: 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 2.7.2 - Stable release
* Updated and added extensive new HISTORY sections to API manuals. * Updated and added extensive new HISTORY sections to API manuals.