Prepare for 1.0.0 release - finally ;-) OpenSSL_1_0_0
authorDr. Stephen Henson <steve@openssl.org>
Mon, 29 Mar 2010 13:11:54 +0000 (13:11 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 29 Mar 2010 13:11:54 +0000 (13:11 +0000)
CHANGES
FAQ
NEWS
README
STATUS
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index 2f82410153ba403b390b220df87a5817427a03c8..e8655ab14516d98c3e9644f4dbd26e0884934ca7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 0.9.8n and 1.0.0  [xx XXX xxxx]
+ Changes between 0.9.8n and 1.0.0  [29 Mar 2010]
 
   *) Add "missing" function EVP_CIPHER_CTX_copy(). This copies a cipher
      context. The operation can be customised via the ctrl mechanism in
diff --git a/FAQ b/FAQ
index 1080069a04ca8719fb71889318b111a79213a908..2134e3af12f91c748e6253c98cdeb7ac988bdb1e 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -79,7 +79,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.8n was released on Mar 24th, 2010.
+OpenSSL 1.0.0 was released on Mar 29th, 2010.
 
 In addition to the current stable release, you can also access daily
 snapshots of the OpenSSL development version at <URL:
diff --git a/NEWS b/NEWS
index 0e9514a6dbc02ac4fe20239a58ad2815d14a5034..4fc76d10f47fe3ddd670cca6ba729cc3363b368a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@
   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 1.0:
+  Major changes between OpenSSL 0.9.8n and OpenSSL 1.0:
 
       o RFC3280 path validation: sufficient to process PKITS tests.
       o Integrated support for PVK files and keyblobs.
       o Opaque PRF Input TLS extension support.
       o Updated time routines to avoid OS limitations.
 
+  Major changes between OpenSSL 0.9.8m and OpenSSL 0.9.8n:
+
+      o CFB cipher definition fixes.
+      o Fix security issues CVE-2010-0740 and CVE-2010-0433.
+
   Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m:
 
       o Cipher definition fixes.
diff --git a/README b/README
index 608a782ea5325461d2c20776cb0a3c094198b62b..b649a66d12c956eec148f621f696f178cd0c7607 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 1.0.0-beta6-dev xx XXX xxxx
+ OpenSSL 1.0.0 29 Mar 2010
 
  Copyright (c) 1998-2009 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 8ebeb8d0a1fb01c14993d9772a7292735fe3bd04..f370bccf1a091eaff6fabbc8275866bd572f9e96 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,14 +1,12 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 2010/01/20 15:00:48 $
+  ______________                           $Date: 2010/03/29 13:11:53 $
 
   DEVELOPMENT STATE
 
-    o  OpenSSL 1.0.0-beta5: Released on January 20th, 2010
-    o  OpenSSL 1.0.0-beta4: Released on November 10th, 2009
-    o  OpenSSL 1.0.0-beta3: Released on July 15th, 2009
-    o  OpenSSL 1.0.0-beta2: Released on April 21st, 2009
-    o  OpenSSL 1.0.0-beta1: Released on April 1st, 2009
+    o  OpenSSL 1.0.0:  Released on March     29th, 2010
+    o  OpenSSL 0.9.8n: Released on March     24th, 2010
+    o  OpenSSL 0.9.8m: Released on February  25th, 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
index 069847c0a3773233aad5c7882232ac225286d510..cbe52648d32645ca16100be3d3ba23036f63c0e0 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 0x10000006L
+#define OPENSSL_VERSION_NUMBER 0x1000000fL
 #ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.0-fips-beta6-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.0-fips 29 Mar 2010"
 #else
-#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.0-beta6-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 1.0.0 29 Mar 2010"
 #endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT