summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-11-16 13:35:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-11-16 13:35:09 +0000
commitef024929082e8c2f9ec93a1ca5e7084bd38a4c04 (patch)
tree1abc407b5f55c5b9338a29ce186db1f1925b0e45
parent86d5f9ba4feb81337716c2c18ec753eb33c81d01 (diff)
downloadopenssl-new-OpenSSL_1_0_0b.tar.gz
prepare for releaseOpenSSL_1_0_0b
-rw-r--r--CHANGES3
-rw-r--r--FAQ2
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h6
5 files changed, 9 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 05c25aa3ae..aad698c5f8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,11 +2,12 @@
OpenSSL CHANGES
_______________
- Changes between 1.0.0a and 1.0.0b [xx XXX xxxx]
+ Changes between 1.0.0a and 1.0.0b [16 Nov 2010]
*) Fix extension code to avoid race conditions which can result in a buffer
overrun vulnerability: resumed sessions must not be modified as they can
be shared by multiple threads. CVE-2010-3864
+ [Steve Henson]
*) Fix WIN32 build system to correctly link an ENGINE directory into
a DLL.
diff --git a/FAQ b/FAQ
index becee6663f..f7bdc8839c 100644
--- 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 1.0.0a was released on Jun 1st, 2010.
+OpenSSL 1.0.0b was released on Nov 16th, 2010.
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 88cc7aefad..6b87a4c3ea 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.0b-dev
+ OpenSSL 1.0.0b 16 Nov 2010
Copyright (c) 1998-2010 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 61d3f3360b..08005930c6 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2010/06/01 13:31:36 $
+ ______________ $Date: 2010/11/16 13:35:08 $
DEVELOPMENT STATE
o OpenSSL 1.1.0: Under development...
+ o OpenSSL 1.0.0b: Released on November 16th, 2010
o OpenSSL 1.0.0a: Released on June 1st, 2010
o OpenSSL 1.0.0: Released on March 29th, 2010
o OpenSSL 0.9.8n: Released on March 24th, 2010
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index d07d9a707f..6c66aee4bc 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x10000020
+#define OPENSSL_VERSION_NUMBER 0x1000002f
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips 16 Nov 2010"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b 16 Nov 2010"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT