summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-08-24 14:40:06 +0100
committerMatt Caswell <matt@openssl.org>2021-08-24 14:40:06 +0100
commit11e489b8da357feab83bb6f819eaf7f1d909a617 (patch)
tree2beeab5599bc02254b2ab54c5eb8e231f8ef1c62
parentca24b3e8a88d02094d26bb72c50267ae4da4ca2a (diff)
downloadopenssl-new-OpenSSL_1_0_2za.tar.gz
Prepare for 1.0.2za releaseOpenSSL_1_0_2za
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 905025dc61..51ff461c8d 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.2y and 1.0.2za [xx XXX xxxx]
+ Changes between 1.0.2y and 1.0.2za [24 Aug 2021]
*) Fixed an SM2 Decryption Buffer Overflow.
diff --git a/NEWS b/NEWS
index 7442541ef9..3cd4fb6ec0 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.2y and OpenSSL 1.0.2za [under development]
+ Major changes between OpenSSL 1.0.2y and OpenSSL 1.0.2za [24 Aug 2021]
o Fixed an SM2 Decryption Buffer Overflow (CVE-2021-3711)
o Fixed various read buffer overruns processing ASN.1 strings (CVE-2021-3712)
diff --git a/README b/README
index 3d2a89c62a..efdc3a37f4 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.2za-dev
+ OpenSSL 1.0.2za 24 Aug 2021
Copyright (c) 1998-2021 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 8621dd7024..08eeaa3a79 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 0x100021a0L
+# define OPENSSL_VERSION_NUMBER 0x100021afL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2za-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2za-fips 24 Aug 2021"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2za-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2za 24 Aug 2021"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT