Time for release of OpenSSL 0.9.7.
The tag will be OpenSSL_0_9_7.
This commit is contained in:
parent
1832f5e751
commit
04572965ea
2
CHANGES
2
CHANGES
@ -2,7 +2,7 @@
|
|||||||
OpenSSL CHANGES
|
OpenSSL CHANGES
|
||||||
_______________
|
_______________
|
||||||
|
|
||||||
Changes between 0.9.6h and 0.9.7 [XX xxx 2002]
|
Changes between 0.9.6h and 0.9.7 [31 Dec 2002]
|
||||||
|
|
||||||
*) Fix session ID handling in SSLv2 client code: the SERVER FINISHED
|
*) Fix session ID handling in SSLv2 client code: the SERVER FINISHED
|
||||||
code (06) was taken as the first octet of the session ID and the last
|
code (06) was taken as the first octet of the session ID and the last
|
||||||
|
2
FAQ
2
FAQ
@ -68,7 +68,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 0.9.6h was released on December 5, 2002.
|
OpenSSL 0.9.7 was released on December 31, 2002.
|
||||||
|
|
||||||
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:
|
||||||
|
2
README
2
README
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
OpenSSL 0.9.7-beta7 xx XXX 2002
|
OpenSSL 0.9.7 31 Dec 2002
|
||||||
|
|
||||||
Copyright (c) 1998-2002 The OpenSSL Project
|
Copyright (c) 1998-2002 The OpenSSL Project
|
||||||
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
||||||
|
24
STATUS
24
STATUS
@ -1,31 +1,11 @@
|
|||||||
|
|
||||||
OpenSSL STATUS Last modified at
|
OpenSSL STATUS Last modified at
|
||||||
______________ $Date: 2002/12/27 15:06:13 $
|
______________ $Date: 2002/12/30 23:54:11 $
|
||||||
|
|
||||||
DEVELOPMENT STATE
|
DEVELOPMENT STATE
|
||||||
|
|
||||||
o OpenSSL 0.9.8: Under development...
|
o OpenSSL 0.9.8: Under development...
|
||||||
o OpenSSL 0.9.7-beta6: Released on December 17th, 2002
|
o OpenSSL 0.9.7: Released on December 31st, 2002
|
||||||
Solaris on Sun Ultra (Workshop 6 update 1) - PASSED with warnings
|
|
||||||
(warnings fixed)
|
|
||||||
Redhat 8 on i386 (gcc 3.2) - PASSED
|
|
||||||
Debian GNU/Linux on i386 (kernel 2.4.19, gxx 2.95.4) - PASSED
|
|
||||||
Windows CE on HPC Pro 2.11 - PASSED
|
|
||||||
Windows CE on HPC 2000 - PASSED
|
|
||||||
Windows CE on PocketPC 2000 - PASSED
|
|
||||||
Windows CE on PocketPC 2002 - PASSED
|
|
||||||
VMS (>=6.0 on any platform, DEC C) - ERROR
|
|
||||||
(errors fixed
|
|
||||||
PR: 407, 413)
|
|
||||||
Windows with MIT Kerberos - PASSED
|
|
||||||
Windows 2000 (Cygwin) - ERROR
|
|
||||||
(PR: 404)
|
|
||||||
SCO OpenServer, Unixware? - ERROR
|
|
||||||
o OpenSSL 0.9.7-beta5: Released on December 5th, 2002
|
|
||||||
o OpenSSL 0.9.7-beta4: Released on November 19th, 2002
|
|
||||||
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.6h: Released on December 5th, 2002
|
o OpenSSL 0.9.6h: Released on December 5th, 2002
|
||||||
o OpenSSL 0.9.6g: Released on August 9th, 2002
|
o OpenSSL 0.9.6g: Released on August 9th, 2002
|
||||||
o OpenSSL 0.9.6f: Released on August 8th, 2002
|
o OpenSSL 0.9.6f: Released on August 8th, 2002
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
* (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 0x00907007L
|
#define OPENSSL_VERSION_NUMBER 0x0090700fL
|
||||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta7-dev xx XXX 2002"
|
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7 31 Dec 2002"
|
||||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user