summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-02-23 22:13:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-02-23 22:13:59 +0000
commit08e4c7a967cc9d82264d125440d8b17b912bd250 (patch)
tree445995493d65fb1b5c90420e33c28ec9baa68a93
parent697e4edcadc13d61871518cf6111ff0349831afe (diff)
downloadopenssl-new-08e4c7a967cc9d82264d125440d8b17b912bd250.tar.gz
correct CHANGESOpenSSL_1_0_1-beta3
-rw-r--r--CHANGES2
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h4
4 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 1c44009afd..e7f3cea563 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 1.0.0f and 1.0.1 [xx XXX xxxx]
+ Changes between 1.0.0h and 1.0.1 [xx XXX xxxx]
*) Add compatibility with old MDC2 signatures which use an ASN1 OCTET
STRING form instead of a DigestInfo.
diff --git a/README b/README
index 0caf78c9e1..594d3c6184 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.1-beta3-dev
+ OpenSSL 1.0.1-beta3 23 Feb 2012
Copyright (c) 1998-2011 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index dd804e54e9..12e34c5242 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2012/01/19 15:46:43 $
+ ______________ $Date: 2012/02/23 22:13:59 $
DEVELOPMENT STATE
o OpenSSL 1.1.0: Under development...
+ o OpenSSL 1.0.1-beta3: Released on February 23rd, 2011
o OpenSSL 1.0.1-beta2: Released on January 19th, 2011
o OpenSSL 1.0.1-beta1: Released on January 3rd, 2011
o OpenSSL 1.0.0d: Released on February 8nd, 2011
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 12a78b957d..a9f9dd222c 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,9 +27,9 @@
*/
#define OPENSSL_VERSION_NUMBER 0x10001003L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips-beta3-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips-beta3 23 Feb 2012"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-beta3-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-beta3 23 Feb 2012"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT