diff options
author | Bodo Möller <bodo@openssl.org> | 2011-02-03 11:43:00 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2011-02-03 11:43:00 +0100 |
commit | 88f2a4cf9ced521e2c2874a1c32af0eeaa027f40 (patch) | |
tree | c47e75369abcbb8f1630033e0cceadce3395c693 /NEWS | |
parent | make update (diff) | |
download | openssl-88f2a4cf9ced521e2c2874a1c32af0eeaa027f40.tar.xz openssl-88f2a4cf9ced521e2c2874a1c32af0eeaa027f40.zip |
CVE-2010-4180 fix (from OpenSSL_1_0_0-stable)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -5,6 +5,14 @@ This file gives a brief overview of the major changes between each OpenSSL release. For more details please read the CHANGES file. + Major changes between OpenSSL 1.0.0b and OpenSSL 1.0.0c: + + o Fix for security issue CVE-2010-4180 + o Fix for CVE-2010-4252 + o Fix mishandling of absent EC point format extension. + o Fix various platform compilation issues. + o Corrected fix for security issue CVE-2010-3864. + Major changes between OpenSSL 1.0.0a and OpenSSL 1.0.0b: o Fix for security issue CVE-2010-3864. |