prepare for release OpenSSL_0_9_8m-beta1
authorDr. Stephen Henson <steve@openssl.org>
Wed, 20 Jan 2010 17:26:02 +0000 (17:26 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 20 Jan 2010 17:26:02 +0000 (17:26 +0000)
CHANGES
NEWS
README
STATUS
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index 5e71187a7c7e8190862434ae365356fef3daa459..3fa0adf5fed436d1aba31ca2812eb9bea54de504 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 0.9.8l (?) and 0.9.8m (?)  [xx XXX xxxx]
+ Changes between 0.9.8l and 0.9.8m [xx XXX xxxx]
 
   *) Handle TLS versions 2.0 and later properly and correctly use the
      highest version of TLS/SSL supported. Although TLS >= 2.0 is some way
diff --git a/NEWS b/NEWS
index 37156fc5935074d567815404dd1a0ca61e78cc2d..23939b603b9af9ffbc1a85c83d66fecb4ad54f6b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,20 @@
   This file gives a brief overview of the major changes between each OpenSSL
   release. For more details please read the CHANGES file.
 
+  Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m-beta1:
+
+      o Remove MD2 from algorithm tables.
+      o SPKAC handling fixes.
+      o Implement draft-ietf-tls-renegotiation-03.
+      o Compression memory leak fixed.
+      o Compression session resumption fixed.
+      o Ticket and SNI coexistence fixes.
+      o Many fixes to DTLS handling. 
+
+  Major changes between OpenSSL 0.9.8k and OpenSSL 0.9.8l:
+
+      o Temporary work around for CVE-2009-3555: disable renegotiation.
+
   Major changes between OpenSSL 0.9.8j and OpenSSL 0.9.8k:
 
       o Fix various build issues.
diff --git a/README b/README
index b428a5da4c1c0952ac7ec16ead46f671e3c77a6d..a4f8bce63658c83486220117157b00dc4d7dbcd3 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 0.9.8k
+ OpenSSL 0.9.8m-beta1
 
  Copyright (c) 1998-2009 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 196814064f7babb8b85253d8eb01e0f3ca0c34c0..3fbf2b968ee5e3a76deaaaab95712834289d203f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,12 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2009/03/25 10:46:55 $
+  ______________                           $Date: 2010/01/20 17:26:01 $
 
   DEVELOPMENT STATE
 
-    o  OpenSSL 0.9.9:  Under development...
+    o  OpenSSL 1.0.0:  Under development...
+    o  OpenSSL 0.9.8m-beta1: Released on January 20th, 2010
+    o  OpenSSL 0.9.8l: Released on November   5th, 2009
     o  OpenSSL 0.9.8k: Released on March     25th, 2009
     o  OpenSSL 0.9.8j: Released on January    7th, 2009
     o  OpenSSL 0.9.8i: Released on September 15th, 2008
index c06bf3b45c52017fc2444210c3997a68752cfa61..23a8583dc7a7f10d445b4b8935283cd612641607 100644 (file)
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
  *  major minor fix final patch/beta)
  */
-#define OPENSSL_VERSION_NUMBER 0x009080c0L
+#define OPENSSL_VERSION_NUMBER 0x009080d1L
 #ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8l-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8m-fips-beta1 20 Jan 2010"
 #else
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8l-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8m-beta1 20 Jan 2010"
 #endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT