diff options
-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. |