aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39f6055..6687e5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,17 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.3.7 - OCSP fixes
32
33 * Fix several issues in the OCSP code that could result in the
34 incorrect generation and parsing of OCSP requests. This remediates a
35 lack of error checking on time parsing in these functions, and
36 ensures that only GENERALIZEDTIME formats are accepted for OCSP, as
37 per RFC 6960.
38
39 Issues reported, and fixes provided by Kazuki Yamaguchi <k@rhe.jp>
40 and Kinichiro Inoguchi <kinichiro.inoguchi@gmail.com>
41
312.3.6 - Security fix 422.3.6 - Security fix
32 43
33 * Correct a problem that prevents the DSA signing algorithm from 44 * Correct a problem that prevents the DSA signing algorithm from