aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a9205e..ae2bf87 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.3.10 - Security and compatibility fixes
32
33 * Avoid a side-channel cache-timing attack that can leak the ECDSA
34 private keys when signing. This is due to BN_mod_inverse() being
35 used without the constant time flag being set.
36
37 This issue was reported by Cesar Pereida Garcia and Billy Brumley
38 (Tampere University of Technology). The fix was developed by Cesar
39 Pereida Garcia.
40
41 * iOS and MacOS compatibility updates from Simone Basso and Jacob
42 Berkman.
43
312.3.9 - Reliability improvements 442.3.9 - Reliability improvements
32 45
33 * Avoid continual processing of an unlimited number of TLS records, 46 * Avoid continual processing of an unlimited number of TLS records,