summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2019-05-28 14:56:29 +0200
committerRichard Levitte <richard@levitte.org>2019-05-28 14:56:29 +0200
commitcf9143f945a67f3d540e2704fdbdf1bdc985233d (patch)
tree745ed18215f2cf65dbe057b76de3bacfee1b5d30
parent66c236c44060366a9f2c87f30fc648e47898af27 (diff)
Prepare for 1.0.2s releaseOpenSSL_1_0_2s
Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--CHANGES2
-rw-r--r--README2
-rw-r--r--crypto/opensslv.h6
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 1b62a064ab..8cfdec6860 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.2r and 1.0.2s [xx XXX xxxx]
+ Changes between 1.0.2r and 1.0.2s [28 May 2019]
*) Change the default RSA, DSA and DH size to 2048 bit instead of 1024.
This changes the size when using the genpkey app when no size is given. It
diff --git a/README b/README
index 3da00c2e59..4288325106 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.2s-dev
+ OpenSSL 1.0.2s 28 May 2019
Copyright (c) 1998-2019 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 752c66d154..8b4756989b 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 0x10002130L
+# define OPENSSL_VERSION_NUMBER 0x1000213fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2s-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2s-fips 28 May 2019"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2s-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2s 28 May 2019"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT