Release 0.9.7-beta3

Submitted by:
Reviewed by:
PR:
This commit is contained in:
Lutz Jänicke 2002-07-30 11:27:18 +00:00
parent bca9dc2a51
commit 458bb156bf
5 changed files with 12 additions and 5 deletions

2
FAQ
View file

@ -64,7 +64,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.6d was released on May 9, 2002.
OpenSSL 0.9.6e was released on July 30, 2002.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:

5
NEWS
View file

@ -40,6 +40,11 @@
o SSL/TLS: add callback to retrieve SSL/TLS messages.
o SSL/TLS: support AES cipher suites (RFC3268).
Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
o Important security related bugfixes.
o Various SSL/TLS library bugfixes.
Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
o Various SSL/TLS library bugfixes.

2
README
View file

@ -1,5 +1,5 @@
OpenSSL 0.9.7-beta2 16 Jun 2002
OpenSSL 0.9.7-beta3 30 Jul 2002
Copyright (c) 1998-2002 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

4
STATUS
View file

@ -1,12 +1,14 @@
OpenSSL STATUS Last modified at
______________ $Date: 2002/06/16 11:27:38 $
______________ $Date: 2002/07/30 11:27:05 $
DEVELOPMENT STATE
o OpenSSL 0.9.8: Under development...
o OpenSSL 0.9.7-beta3: Released on July 30th, 2002
o OpenSSL 0.9.7-beta2: Released on June 16th, 2002
o OpenSSL 0.9.7-beta1: Released on June 1st, 2002
o OpenSSL 0.9.6e: Released on July 30th, 2002
o OpenSSL 0.9.6d: Released on May 9th, 2002
o OpenSSL 0.9.6c: Released on December 21st, 2001
o OpenSSL 0.9.6b: Released on July 9th, 2001

View file

@ -25,8 +25,8 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x00907002L
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta2 16 Jun 2002"
#define OPENSSL_VERSION_NUMBER 0x00907003L
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta3 30 Jul 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT