Prepare for 0.9.8h release

This commit is contained in:
Mark J. Cox 2008-05-28 07:37:14 +00:00
parent 2c0fa03dc6
commit 0d01d8a735
5 changed files with 9 additions and 8 deletions

View file

@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
Changes between 0.9.8g and 0.9.8h [xx XXX xxxx]
Changes between 0.9.8g and 0.9.8h [28 May 2008]
*) Fix flaw if 'Server Key exchange message' is omitted from a TLS
handshake which could lead to a cilent crash as found using the

2
FAQ
View file

@ -76,7 +76,7 @@ OpenSSL - Frequently Asked Questions
* Which is the current version of OpenSSL?
The current version is available from <URL: http://www.openssl.org>.
OpenSSL 0.9.8g was released on October 19th, 2007.
OpenSSL 0.9.8h was released on May 28th, 2008.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:

4
README
View file

@ -1,7 +1,7 @@
OpenSSL 0.9.8h-dev
OpenSSL 0.9.8h
Copyright (c) 1998-2007 The OpenSSL Project
Copyright (c) 1998-2008 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
All rights reserved.

3
STATUS
View file

@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
______________ $Date: 2008/04/07 06:35:42 $
______________ $Date: 2008/05/28 07:37:13 $
DEVELOPMENT STATE
o OpenSSL 0.9.9: Under development...
o OpenSSL 0.9.8h: Released on May 28th, 2008
o OpenSSL 0.9.8g: Released on October 19th, 2007
o OpenSSL 0.9.8f: Released on October 11th, 2007
o OpenSSL 0.9.8e: Released on February 23rd, 2007

View file

@ -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 0x00908080L
#define OPENSSL_VERSION_NUMBER 0x0090808fL
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-fips-dev xx XXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-fips 28 May 2008"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-dev xx XXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h 28 May 2008"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT