summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-02-16 11:58:19 +0000
committerMatt Caswell <matt@openssl.org>2017-02-16 11:58:19 +0000
commit0453163e9a9052884cce288ff3e2acb77725a239 (patch)
tree05abad5e2cff6fdc574d79f1235db8afe37e7c77
parentaed24635b8c3a0635448c90ebee6eb2447be4a66 (diff)
Prepare for 1.1.0e releaseOpenSSL_1_1_0e
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--CHANGES2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--include/openssl/opensslv.h6
4 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 88385c953b..cc06923cff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 1.1.0d and 1.1.0e [xx XXX xxxx]
+ Changes between 1.1.0d and 1.1.0e [16 Feb 2017]
*) Encrypt-Then-Mac renegotiation crash
diff --git a/NEWS b/NEWS
index 8e10c97705..f331ec4bc7 100644
--- 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 1.1.0d and OpenSSL 1.1.0e [under development]
+ Major changes between OpenSSL 1.1.0d and OpenSSL 1.1.0e [16 Feb 2017]
o Encrypt-Then-Mac renegotiation crash (CVE-2017-3733)
diff --git a/README b/README
index 03ad75c94f..29979abee5 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.1.0e-dev
+ OpenSSL 1.1.0e 16 Feb 2017
Copyright (c) 1998-2016 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
index 098c9576af..9d6708fa8b 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -39,11 +39,11 @@ extern "C" {
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-# define OPENSSL_VERSION_NUMBER 0x10100050L
+# define OPENSSL_VERSION_NUMBER 0x1010005fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0e-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0e-fips 16 Feb 2017"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0e-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0e 16 Feb 2017"
# endif
/*-