From: Dr. Stephen Henson Date: Fri, 6 Jun 2014 11:26:24 +0000 (+0100) Subject: Add two known issues to NEWS. X-Git-Tag: OpenSSL_0_9_8zb~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=810d2c7f6eb719eac9384acb478d15f0e41707d3;p=thirdparty%2Fopenssl.git Add two known issues to NEWS. --- diff --git a/NEWS b/NEWS index cd75b587ec4..d482c07c9b3 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 + 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