diff options
author | Bodo Möller <bodo@openssl.org> | 2011-02-08 09:48:51 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2011-02-08 09:48:51 +0100 |
commit | cea73f9db399c11ef95f08d270f6671e7b9f88ad (patch) | |
tree | a520fb4a2b58733aec414e8c205a27bcbce57ac9 /NEWS | |
parent | gcm128.c: add boundary condition checks. (diff) | |
download | openssl-cea73f9db399c11ef95f08d270f6671e7b9f88ad.tar.xz openssl-cea73f9db399c11ef95f08d270f6671e7b9f88ad.zip |
Synchronize with 1.0.0 branch
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -47,6 +47,15 @@ o Opaque PRF Input TLS extension support. o Updated time routines to avoid OS limitations. + Major changes between OpenSSL 0.9.8p and OpenSSL 0.9.8q: + + o Fix for security issue CVE-2010-4180 + o Fix for CVE-2010-4252 + + Major changes between OpenSSL 0.9.8o and OpenSSL 0.9.8p: + + o Fix for security issue CVE-2010-3864. + Major changes between OpenSSL 0.9.8n and OpenSSL 0.9.8o: o Fix for security issue CVE-2010-0742. |