Loading CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ OpenSSL CHANGES _______________ Changes between 0.9.8n and 0.9.8o [xx XXX xxxx] Changes between 0.9.8n and 0.9.8o [01 Jun 2010] *) Correct a typo in the CMS ASN1 module which can result in invalid memory access or freeing data twice (CVE-2010-0742) Loading NEWS +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ Major changes between OpenSSL 0.9.8n and OpenSSL 0.9.8o: o Fix for security issue CVE-2010-0742. o Various DTLS fixes. o Recognise SHA2 certificates if only SSL algorithms added. o Fix for no-rc4 compilation. Loading README +1 −1 Original line number Diff line number Diff line OpenSSL 0.9.8o-dev OpenSSL 0.9.8o 1 Jun 2010 Copyright (c) 1998-2009 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson Loading STATUS +3 −1 Original line number Diff line number Diff line OpenSSL STATUS Last modified at ______________ $Date: 2010/03/30 00:58:23 $ ______________ $Date: 2010/06/01 14:47:11 $ DEVELOPMENT STATE o OpenSSL 1.1.0: Under development... o OpenSSL 1.0.0a: Released on June 1st, 2010 o OpenSSL 1.0.0: Released on March 29th, 2010 o OpenSSL 0.9.8o: Released on June 1st, 2010 o OpenSSL 0.9.8n: Released on March 24th, 2010 o OpenSSL 0.9.8m: Released on February 25th, 2010 o OpenSSL 0.9.8l: Released on November 5th, 2009 Loading crypto/opensslv.h +3 −3 Original line number Diff line number Diff line Loading @@ -25,11 +25,11 @@ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ #define OPENSSL_VERSION_NUMBER 0x009080f0L #define OPENSSL_VERSION_NUMBER 0x009080ffL #ifdef OPENSSL_FIPS #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8o-fips-dev xx XXX xxxx" #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8o-fips 01 Jun 2010" #else #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8o-dev xx XXX xxxx" #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8o 01 Jun 2010" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT Loading Loading
CHANGES +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ OpenSSL CHANGES _______________ Changes between 0.9.8n and 0.9.8o [xx XXX xxxx] Changes between 0.9.8n and 0.9.8o [01 Jun 2010] *) Correct a typo in the CMS ASN1 module which can result in invalid memory access or freeing data twice (CVE-2010-0742) Loading
NEWS +1 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ Major changes between OpenSSL 0.9.8n and OpenSSL 0.9.8o: o Fix for security issue CVE-2010-0742. o Various DTLS fixes. o Recognise SHA2 certificates if only SSL algorithms added. o Fix for no-rc4 compilation. Loading
README +1 −1 Original line number Diff line number Diff line OpenSSL 0.9.8o-dev OpenSSL 0.9.8o 1 Jun 2010 Copyright (c) 1998-2009 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson Loading
STATUS +3 −1 Original line number Diff line number Diff line OpenSSL STATUS Last modified at ______________ $Date: 2010/03/30 00:58:23 $ ______________ $Date: 2010/06/01 14:47:11 $ DEVELOPMENT STATE o OpenSSL 1.1.0: Under development... o OpenSSL 1.0.0a: Released on June 1st, 2010 o OpenSSL 1.0.0: Released on March 29th, 2010 o OpenSSL 0.9.8o: Released on June 1st, 2010 o OpenSSL 0.9.8n: Released on March 24th, 2010 o OpenSSL 0.9.8m: Released on February 25th, 2010 o OpenSSL 0.9.8l: Released on November 5th, 2009 Loading
crypto/opensslv.h +3 −3 Original line number Diff line number Diff line Loading @@ -25,11 +25,11 @@ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ #define OPENSSL_VERSION_NUMBER 0x009080f0L #define OPENSSL_VERSION_NUMBER 0x009080ffL #ifdef OPENSSL_FIPS #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8o-fips-dev xx XXX xxxx" #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8o-fips 01 Jun 2010" #else #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8o-dev xx XXX xxxx" #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8o 01 Jun 2010" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT Loading