aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-05 21:40:48 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-05 21:40:48 +0000
commitf94e1dd2d008f69404b2563801f38aa28eb1de98 (patch)
tree369f1f91c11b2f4dd74411eef6f4bb5f619fcaf0
parent3124dd9c13ff6ba14899fa231fe22604c1381f45 (diff)
downloadopenssl-f94e1dd2d008f69404b2563801f38aa28eb1de98.tar.gz
Time to release OpenSSL 0.9.6h.
The tag will be OpenSSL_0_9_6h.
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README2
-rw-r--r--STATUS15
-rw-r--r--crypto/opensslv.h2
5 files changed, 7 insertions, 16 deletions
diff --git a/CHANGES b/CHANGES
index 3ce964fd80..c4533ad238 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
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
memory from it's contents. This is done with a counter that will
diff --git a/FAQ b/FAQ
index 4885721a3f..976f3197dd 100644
--- a/FAQ
+++ b/FAQ
@@ -63,7 +63,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.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
snapshots of the OpenSSL development version at <URL:
diff --git a/README b/README
index 55f0369f3c..c62b58ebe8 100644
--- a/README
+++ b/README
@@ -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) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index b0cb3a55aa..04587e23d4 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2002/11/21 22:39:16 $
+ ______________ $Date: 2002/12/05 21:40:43 $
DEVELOPMENT STATE
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.6f: Released on August 8th, 2002
o OpenSSL 0.9.6e: Released on July 30th, 2002
@@ -23,17 +24,7 @@
RELEASE SHOWSTOPPERS
- o [2002-11-21]
- 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
+ o none
AVAILABLE PATCHES
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 58716b80e9..974dc75ca7 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -26,7 +26,7 @@
* major minor fix final patch/beta)
*/
#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