Add two known issues to NEWS.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 6 Jun 2014 11:26:24 +0000 (12:26 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 6 Jun 2014 11:31:13 +0000 (12:31 +0100)
NEWS

diff --git a/NEWS b/NEWS
index cd75b587ec442ca8774941feaa1dc9a89f17a6b6..d482c07c9b3ef980e5ae968a6bdb348db882e888 100644 (file)
--- 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