summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2020-09-09 14:03:51 +0200
committerRichard Levitte <richard@levitte.org>2020-09-09 14:03:51 +0200
commit51fe13e340561da2a51870785c8f0818872fc1bc (patch)
treeadad49022a716f4f58473258a3455816b3da0ff3
parent5a9d51bc1eef03ad238f6fb0d4e8dce8c1a818a6 (diff)
downloadopenssl-new-OpenSSL_1_0_2w.tar.gz
Prepare for 1.0.2w releaseOpenSSL_1_0_2w
Reviewed-by: Mark J. Cox <mark@awe.com>
-rw-r--r--CHANGES2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--crypto/opensslv.h6
4 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index e3ceca21e7..1009251e09 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,7 @@
https://github.com/openssl/openssl/commits/ and pick the appropriate
release branch.
- Changes between 1.0.2v and 1.0.2w [xx XXX xxxx]
+ Changes between 1.0.2v and 1.0.2w [9 Sep 2020]
*) Due to the Raccoon attack static "DH" ciphersuites have been moved to the
"weak-ssl-ciphers" list. Support for the "weak-ssl-ciphers" is not compiled
diff --git a/NEWS b/NEWS
index a6885d4307..a4a6728224 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.0.2v and OpenSSL 1.0.2w [under development]
+ Major changes between OpenSSL 1.0.2v and OpenSSL 1.0.2w [9 Sep 2020]
o Due to the Raccoon attack static "DH" ciphersuites have been moved to
the "weak-ssl-ciphers" list (CVE-2020-1968)
diff --git a/README b/README
index 71642de92b..9f4fd8300d 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.2w-dev
+ OpenSSL 1.0.2w 9 Sep 2020
Copyright (c) 1998-2020 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 3a1c3c64bb..6a23adb43f 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -30,11 +30,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 0x10002170L
+# define OPENSSL_VERSION_NUMBER 0x1000217fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2w-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2w-fips 9 Sep 2020"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2w-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2w 9 Sep 2020"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT