aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c6c168..8f0a6f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,15 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.2.9 - Security fix
32
33 * Correct a problem that prevents the DSA signing algorithm from
34 running in constant time even if the flag BN_FLG_CONSTTIME is set.
35 This issue was reported by Cesar Pereida (Aalto University), Billy
36 Brumley (Tampere University of Technology), and Yuval Yarom (The
37 University of Adelaide and NICTA). The fix was developed by Cesar
38 Pereida.
39
312.2.8 - Reliability fix 402.2.8 - Reliability fix
32 41
33 * Fixed an error in libcrypto when parsing some ASN.1 elements > 16k. 42 * Fixed an error in libcrypto when parsing some ASN.1 elements > 16k.