aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-06-13 11:40:32 -0500
committerBrent Cook <bcook@openbsd.org>2018-06-13 11:43:36 -0500
commit8fb8ecdf7e78afc6c22818e082bd236ec62a4bef (patch)
tree5e69dc712695958557e19f41fd88a16794089bde
parentc036649005111770b6b1400a5b957cd5d01428f8 (diff)
downloadportable-2.7.4.tar.gz
portable-2.7.4.tar.bz2
portable-2.7.4.zip
update changelogv2.7.4
-rw-r--r--ChangeLog23
1 files changed, 19 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f853e4a..06e5999 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,18 +28,33 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.7.4 - Security fixes
32
33 * Avoid a timing side-channel leak when generating DSA and ECDSA
34 signatures. This is caused by an attempt to do fast modular
35 arithmetic, which introduces branches that leak information
36 regarding secret values. Issue identified and reported by Keegan
37 Ryan of NCC Group.
38
39 * Reject excessively large primes in DH key generation. Problem
40 reported by Guido Vranken to OpenSSL
41 (https://github.com/openssl/openssl/pull/6457) and based on his
42 diff.
43
312.7.3 - Bug fixes 442.7.3 - Bug fixes
32 45
33 * Removed incorrect NULL checks in DH_set0_key(). Reported by Ondrej Sury 46 * Removed incorrect NULL checks in DH_set0_key(). Reported by Ondrej
47 Sury
34 48
35 * Fixed an issue normalizing CPU architecture in the configure script, 49 * Fixed an issue normalizing CPU architecture in the configure script,
36 which disabled assembly optimizations on platforms that get detected 50 which disabled assembly optimizations on platforms that get detected
37 as 'amd64', opposed to 'x86_64' 51 as 'amd64', opposed to 'x86_64'
38 52
39 * Limited tls_config_clear_keys() to only clear private keys. 53 * Limited tls_config_clear_keys() to only clear private keys.
40 This was inadvertently clearing the keypair, which includes the OCSP staple 54 This was inadvertently clearing the keypair, which includes the OCSP
41 and pubkey hash - if an application called tls_configure() followed by 55 staple and pubkey hash - if an application called tls_configure()
42 tls_config_clear_keys(), this would prevent OCSP staples from working. 56 followed by tls_config_clear_keys(), this would prevent OCSP staples
57 from working.
43 58
442.7.2 - Stable release 592.7.2 - Stable release
45 60