summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-06-06 12:26:24 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-06-06 12:31:13 +0100
commit810d2c7f6eb719eac9384acb478d15f0e41707d3 (patch)
treec52c681c11bbdd87618db64277db28e970cffcfc /NEWS
parent0a9b8dd1b4cb150697081ef2f6fb2c1ba0a9c38c (diff)
Add two known issues to NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd75b587ec..d482c07c9b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,14 @@
o
+ Known issues with OpenSSL 0.9.8za:
+
+ o Compilation failure of s3_pkt.c on some platforms due to missing
+ <limits.h> include. Fixed in 0.9.8zb-dev.
+ o FIPS capable link failure with missing symbol BN_consttime_swap.
+ Fixed in 0.9.8zb-dev. Workaround is to compile with no-ec: the EC
+ algorithms are not approved in OpenSSL 0.9.8 anyway.
+
Major changes between OpenSSL 0.9.8y and OpenSSL 0.9.8za [5 Jun 2014]:
o Fix for CVE-2014-0224