Ready to roll.

This commit is contained in:
Ben Laurie 2007-10-11 14:58:15 +00:00
parent bb99ce5f80
commit dd00266757
6 changed files with 11 additions and 7 deletions

View File

@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
Changes between 0.9.8e and 0.9.8f [xx XXX xxxx]
Changes between 0.9.8e and 0.9.8f [11 Oct 2007]
*) DTLS Handshake overhaul. There were longstanding issues with
OpenSSL DTLS implementation, which were making it impossible for

2
FAQ
View File

@ -75,7 +75,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.8e was released on February 23rd, 2007.
OpenSSL 0.9.8f was released on February 23rd, 2007.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:

3
NEWS
View File

@ -12,6 +12,9 @@
for VC++ build.
o Support for RFC4507bis and server name extensions if explicitly
selected at compile time.
o DTLS improvements.
o RFC4507bis support.
o TLS Extensions support.
Major changes between OpenSSL 0.9.8d and OpenSSL 0.9.8e:

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 0.9.8f-dev
OpenSSL 0.9.8f
Copyright (c) 1998-2007 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

3
STATUS
View File

@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
______________ $Date: 2007/02/23 12:12:27 $
______________ $Date: 2007/10/11 14:58:14 $
DEVELOPMENT STATE
o OpenSSL 0.9.9: Under development...
o OpenSSL 0.9.8f: Released on October 11th, 2007
o OpenSSL 0.9.8e: Released on February 23rd, 2007
o OpenSSL 0.9.8d: Released on September 28th, 2006
o OpenSSL 0.9.8c: Released on September 5th, 2006

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 0x00908060L
#define OPENSSL_VERSION_NUMBER 0x0090806fL
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips-dev xx XXXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips xx XXXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-dev xx XXXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f xx XXXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT