diff options
author | Brent Cook <bcook@openbsd.org> | 2018-05-02 22:34:53 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-05-02 22:35:37 -0500 |
commit | 4c61b0e7fe143d3e0a3b6bb15d7f2c39cdfee8f8 (patch) | |
tree | ef959d1e72f69dfc9fafc698b3c5f781de27dbd8 | |
parent | 13b704d4d316408906afd162dc5104ee2af69403 (diff) | |
download | portable-4c61b0e7fe143d3e0a3b6bb15d7f2c39cdfee8f8.tar.gz portable-4c61b0e7fe143d3e0a3b6bb15d7f2c39cdfee8f8.tar.bz2 portable-4c61b0e7fe143d3e0a3b6bb15d7f2c39cdfee8f8.zip |
update release notes
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -28,6 +28,19 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.7.3 - Bug fixes | ||
32 | |||
33 | * Removed incorrect NULL checks in DH_set0_key(). Reported by Ondrej Sury | ||
34 | |||
35 | * Fixed an issue normalizing CPU architecture in the configure script, | ||
36 | which disabled assembly optimizations on platforms that get detected | ||
37 | as 'amd64', opposed to 'x86_64' | ||
38 | |||
39 | * Limited tls_config_clear_keys() to only clear private keys. | ||
40 | This was inadvertently clearing the keypair, which includes the OCSP staple | ||
41 | and pubkey hash - if an application called tls_configure() followed by | ||
42 | tls_config_clear_keys(), this would prevent OCSP staples from working. | ||
43 | |||
31 | 2.7.2 - Stable release | 44 | 2.7.2 - Stable release |
32 | 45 | ||
33 | * Updated and added extensive new HISTORY sections to API manuals. | 46 | * Updated and added extensive new HISTORY sections to API manuals. |