Time to release OpenSSL 0.9.6h.
authorRichard Levitte <levitte@openssl.org>
Thu, 5 Dec 2002 21:40:48 +0000 (21:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 5 Dec 2002 21:40:48 +0000 (21:40 +0000)
The tag will be OpenSSL_0_9_6h.

CHANGES
FAQ
README
STATUS
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index 3ce964fd80efa52b37baec358dfd04d9060d0bee..c4533ad238dd84acfb1ddbb9f366f171bc4991ec 100644 (file)
--- 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 4885721a3f4b257c80ec88d45fe2fce859272ffb..976f3197dd918efe79759472bbd3bcd9d0ccb4a2 100644 (file)
--- 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 55f0369f3cf585cf084b2442abce6fc435b8568a..c62b58ebe8f978360f3c4147e7afb3a14414cdbf 100644 (file)
--- 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 b0cb3a55aa1043f0ea7d263db3adf96691c50a3e..04587e23d4f4cf46afc1085694f3c6f0cf1cc9c8 100644 (file)
--- 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
 
   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
 
index 58716b80e9e4b85d8a0fcf7dd82d61bc02b722e4..974dc75ca75be5eb05cb8a19a35a92ce3e78e2b5 100644 (file)
@@ -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