summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-02-16 15:28:05 +0000
committerMatt Caswell <matt@openssl.org>2021-02-16 15:28:05 +0000
commit924fdf1fbec0f305dbf77c9d9250fdf9080aef88 (patch)
tree5f2d4ef82b247e1cd99c1b05e5992778b4d7a782
parent80c82b831c39e10da8e2c899402cd8382a95cbdf (diff)
downloadopenssl-new-924fdf1fbec0f305dbf77c9d9250fdf9080aef88.tar.gz
Prepare for 1.0.2y releaseOpenSSL_1_0_2y
Reviewed-by: Richard Levitte <levitte@openssl.org>
-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 fe8a3e65aa..c478a5a622 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.2x and 1.0.2y [xx XXX xxxx]
+ Changes between 1.0.2x and 1.0.2y [16 Feb 2021]
*) Fixed the X509_issuer_and_serial_hash() function. It attempts to
create a unique hash value based on the issuer and serial number data
diff --git a/NEWS b/NEWS
index c48ca5dc78..bbb82838a4 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.2x and OpenSSL 1.0.2y [under development]
+ Major changes between OpenSSL 1.0.2x and OpenSSL 1.0.2y [16 Feb 2021]
o Fixed a NULL pointer deref in the X509_issuer_and_serial_hash()
function (CVE-2021-23841)
diff --git a/README b/README
index 847924e94e..e75461fc2a 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.2y-dev
+ OpenSSL 1.0.2y 16 Feb 2021
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 db168a5af0..4f9803e79e 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 0x10002190L
+# define OPENSSL_VERSION_NUMBER 0x1000219fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2y-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2y-fips 16 Feb 2021"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2y-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2y 16 Feb 2021"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT