aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e00e9f6..f853e4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,19 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.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
312.7.2 - Stable release 442.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.