aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-06-13 11:39:22 -0500
committerBrent Cook <bcook@openbsd.org>2018-06-13 11:39:22 -0500
commite970fbf951f50fe164b51525e5eede32d2c82348 (patch)
tree4500b3c9ec7d787251766f352ba393d7d81765c1
parent90898c96868189449e7bb38e768cf977b07ed436 (diff)
downloadportable-2.6.5.tar.gz
portable-2.6.5.tar.bz2
portable-2.6.5.zip
update release notesv2.6.5OPENBSD_6_2
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 893ea06..af40a78 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.6.5 - 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.6.4 - Bug fixes 442.6.4 - Bug fixes
32 45
33 * Make tls_config_parse_protocols() work correctly when passed a NULL 46 * Make tls_config_parse_protocols() work correctly when passed a NULL