Time for a release
This commit is contained in:
parent
8e8125c57c
commit
74cdf6f73a
2
CHANGES
2
CHANGES
@ -2,7 +2,7 @@
|
|||||||
OpenSSL CHANGES
|
OpenSSL CHANGES
|
||||||
_______________
|
_______________
|
||||||
|
|
||||||
Changes between 0.9.4 and 0.9.5 [xx XXX 2000]
|
Changes between 0.9.4 and 0.9.5 [28 Feb 2000]
|
||||||
|
|
||||||
*) In bntest.c don't call BN_rand with zero bits argument.
|
*) In bntest.c don't call BN_rand with zero bits argument.
|
||||||
[Steve Henson, pointed out by Andrew W. Gray <agray@iconsinc.com>]
|
[Steve Henson, pointed out by Andrew W. Gray <agray@iconsinc.com>]
|
||||||
|
2
FAQ
2
FAQ
@ -14,7 +14,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.4 was released on August 9th, 1999.
|
OpenSSL 0.9.5 was released on February 28th, 2000.
|
||||||
|
|
||||||
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.5-dev xx XXX 2000
|
OpenSSL 0.9.5 28 Feb 2000
|
||||||
|
|
||||||
Copyright (c) 1998-2000 The OpenSSL Project
|
Copyright (c) 1998-2000 The OpenSSL Project
|
||||||
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
||||||
|
36
STATUS
36
STATUS
@ -1,42 +1,10 @@
|
|||||||
|
|
||||||
OpenSSL STATUS Last modified at
|
OpenSSL STATUS Last modified at
|
||||||
______________ $Date: 2000/02/28 11:32:42 $
|
______________ $Date: 2000/02/28 11:59:02 $
|
||||||
|
|
||||||
DEVELOPMENT STATE
|
DEVELOPMENT STATE
|
||||||
|
|
||||||
o OpenSSL 0.9.5: Under development...
|
o OpenSSL 0.9.5: Released on February 28th, 2000
|
||||||
0.9.5-beta1 was available.
|
|
||||||
Debian GNU/Linux 2.1 - test passed
|
|
||||||
Mingw32 egcs 1.1.2 - test passed
|
|
||||||
FreeBSD 3.0-RELEASE - test passed
|
|
||||||
FreeBSD 3.2-RELEASE - test passed
|
|
||||||
solaris-sparcv9-cc - test passed
|
|
||||||
solaris-sparcv9-gcc - test passed
|
|
||||||
hpux-parisc-gcc - test passed
|
|
||||||
AIX 4.3 (aix-cc) - test passed
|
|
||||||
VC++ - test passed
|
|
||||||
0.9.5beta2 is available.
|
|
||||||
hpux-parisc-cc - test passed
|
|
||||||
hpux-parisc-gcc (gcc 2.7.1) - test passed
|
|
||||||
hpux-parisc-gcc (gcc 2.8.0) - test passed
|
|
||||||
AIX 4.3 (aix-cc) - test passed
|
|
||||||
FreeBSD 2.2.8-STABLE - test failed
|
|
||||||
FreeBSD 3.0-RELEASE - test passed
|
|
||||||
FreeBSD 3.4-STABLE - test passed
|
|
||||||
OpenVMS V7.1/Alpha - test passed
|
|
||||||
OpenVMS V7.2-1/Alpha - test passed
|
|
||||||
OpenVMS V7.2/VAX - test failed (is corrected)
|
|
||||||
OpenVMS V7.1/VAX - test failed (is corrected)
|
|
||||||
solaris-sparcv9-cc - test passed
|
|
||||||
irix-mips3-cc - test passed
|
|
||||||
irix64-mips4-cc - test passed
|
|
||||||
Rhapsody (MacOS X) - test passed
|
|
||||||
solaris64-sparcv9-cc - test passed
|
|
||||||
linux-alpha+bwx-ccc - test passed
|
|
||||||
linux-alpha-gcc (gcc 2.95.1) - test passed
|
|
||||||
linux-elf - test passed
|
|
||||||
WinNT4 SP6 VC++ 6 SP3 - test passed
|
|
||||||
Proposed release time: Monday, February 28th 2000
|
|
||||||
o OpenSSL 0.9.4: Released on August 09th, 1999
|
o OpenSSL 0.9.4: Released on August 09th, 1999
|
||||||
o OpenSSL 0.9.3a: Released on May 29th, 1999
|
o OpenSSL 0.9.3a: Released on May 29th, 1999
|
||||||
o OpenSSL 0.9.3: Released on May 25th, 1999
|
o OpenSSL 0.9.3: Released on May 25th, 1999
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
* 1.2.3z 0x1020311a
|
* 1.2.3z 0x1020311a
|
||||||
* (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.)
|
* (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.)
|
||||||
*/
|
*/
|
||||||
#define OPENSSL_VERSION_NUMBER 0x00905003L
|
#define OPENSSL_VERSION_NUMBER 0x00905100L
|
||||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.5beta3-dev 27 Feb 2000"
|
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.5 28 Feb 2000"
|
||||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||||
|
|
||||||
#endif /* HEADER_OPENSSLV_H */
|
#endif /* HEADER_OPENSSLV_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user