prepare for release

This commit is contained in:
Dr. Stephen Henson 2010-06-01 13:31:38 +00:00
parent 618265e645
commit 9c7baca820
5 changed files with 9 additions and 8 deletions

View file

@ -2,7 +2,7 @@
OpenSSL CHANGES OpenSSL CHANGES
_______________ _______________
Changes between 1.0.0 and 1.0.0a [xx XXX xxxx] Changes between 1.0.0 and 1.0.0a [01 Jun 2010]
*) Check return value of int_rsa_verify in pkey_rsa_verifyrecover *) Check return value of int_rsa_verify in pkey_rsa_verifyrecover
(CVE-2010-1633) (CVE-2010-1633)

2
FAQ
View file

@ -79,7 +79,7 @@ OpenSSL - Frequently Asked Questions
* Which is the current version of OpenSSL? * Which is the current version of OpenSSL?
The current version is available from <URL: http://www.openssl.org>. The current version is available from <URL: http://www.openssl.org>.
OpenSSL 1.0.0 was released on Mar 29th, 2010. OpenSSL 1.0.0a was released on Jun 1st, 2010.
In addition to the current stable release, you can also access daily In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL: snapshots of the OpenSSL development version at <URL:

4
README
View file

@ -1,7 +1,7 @@
OpenSSL 1.0.0a-dev OpenSSL 1.0.0a 1 Jun 2010
Copyright (c) 1998-2009 The OpenSSL Project Copyright (c) 1998-2010 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
All rights reserved. All rights reserved.

3
STATUS
View file

@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at OpenSSL STATUS Last modified at
______________ $Date: 2010/03/30 00:54:59 $ ______________ $Date: 2010/06/01 13:31:36 $
DEVELOPMENT STATE DEVELOPMENT STATE
o OpenSSL 1.1.0: Under development... 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 1.0.0: Released on March 29th, 2010
o OpenSSL 0.9.8n: Released on March 24th, 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.8m: Released on February 25th, 2010

View file

@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta) * major minor fix final patch/beta)
*/ */
#define OPENSSL_VERSION_NUMBER 0x10000010L #define OPENSSL_VERSION_NUMBER 0x1000001fL
#ifdef OPENSSL_FIPS #ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0a-fips-dev xx XXX xxxx" #define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0a-fips 1 Jun 2010"
#else #else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0a-dev xx XXX xxxx" #define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0a 1 Jun 2010"
#endif #endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT