diff options
author | Matt Caswell <matt@openssl.org> | 2017-11-02 12:23:17 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-11-02 13:01:15 +0100 |
commit | de8c19cddd5c08b95f3872f6ce694dcd0f7ca58d (patch) | |
tree | 016b8c8df2196ef524d6893c478c9f0fccb8ef22 /NEWS | |
parent | test/bntest.c: add bn_sqrx8x_internal regression test. (diff) | |
download | openssl-de8c19cddd5c08b95f3872f6ce694dcd0f7ca58d.tar.xz openssl-de8c19cddd5c08b95f3872f6ce694dcd0f7ca58d.zip |
Update CHANGES and NEWS for new release
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to '')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ o Add a STORE module (OSSL_STORE) o Claim the namespaces OSSL and OPENSSL, represented as symbol prefixes + Major changes between OpenSSL 1.1.0f and OpenSSL 1.1.0g [2 Nov 2017] + + o bn_sqrx8x_internal carry bug on x86_64 (CVE-2017-3736) + o Malformed X.509 IPAddressFamily could cause OOB read (CVE-2017-3735) + Major changes between OpenSSL 1.1.0e and OpenSSL 1.1.0f [25 May 2017] o config now recognises 64-bit mingw and chooses mingw64 instead of mingw |