Time to release OpenSSL 0.9.6h.

The tag will be OpenSSL_0_9_6h.
This commit is contained in:
Richard Levitte
2002-12-05 21:40:48 +00:00
parent 3124dd9c13
commit f94e1dd2d0
5 changed files with 7 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
OpenSSL CHANGES OpenSSL CHANGES
_______________ _______________
Changes between 0.9.6g and 0.9.6h [xx XXX xxxx] Changes between 0.9.6g and 0.9.6h [21 Dec 2002]
*) New function OPENSSL_cleanse(), which is used to cleanse a section of *) New function OPENSSL_cleanse(), which is used to cleanse a section of
memory from it's contents. This is done with a counter that will memory from it's contents. This is done with a counter that will

2
FAQ
View File

@@ -63,7 +63,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.6g was released on 9 August 2002. OpenSSL 0.9.6h was released on 5 December 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
View File

@@ -1,5 +1,5 @@
OpenSSL 0.9.6h-dev xx XXX xxxx OpenSSL 0.9.6h 5 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

15
STATUS
View File

@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at OpenSSL STATUS Last modified at
______________ $Date: 2002/11/21 22:39:16 $ ______________ $Date: 2002/12/05 21:40:43 $
DEVELOPMENT STATE DEVELOPMENT STATE
o OpenSSL 0.9.7: Under development... o OpenSSL 0.9.7: Under development...
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
o OpenSSL 0.9.6e: Released on July 30th, 2002 o OpenSSL 0.9.6e: Released on July 30th, 2002
@@ -23,17 +24,7 @@
RELEASE SHOWSTOPPERS RELEASE SHOWSTOPPERS
o [2002-11-21] o none
PR 343 mentions that scrubbing memory with 'memset(ptr, 0, n)' may
be optimized away in modern compilers. This is definitely not good
and needs to be fixed immediately. The formula to use is presented
in:
http://online.securityfocus.com/archive/82/297918/2002-10-27/2002-11-02/0
The problem report that mentions this is:
https://www.aet.TU-Cottbus.DE/rt2/Ticket/Display.html?id=343
AVAILABLE PATCHES AVAILABLE PATCHES

View File

@@ -26,7 +26,7 @@
* major minor fix final patch/beta) * major minor fix final patch/beta)
*/ */
#define OPENSSL_VERSION_NUMBER 0x00906080L #define OPENSSL_VERSION_NUMBER 0x00906080L
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6h-dev xx XXX xxxx" #define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6h 5 Dec 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT