[openssl] OpenSSL_1_0_2-stable update

Matt Caswell matt at openssl.org
Tue Sep 10 13:59:23 UTC 2019


The branch OpenSSL_1_0_2-stable has been updated
       via  a1ff24ad2ced610716635b31c41aad0b11238e88 (commit)
       via  cd7c7fc20b9feeb900632389401f514ac6b82f16 (commit)
       via  c98ce139b5f7956bbab33b7e182ea4bcee1192d8 (commit)
      from  b5decf674be30a469e3863bd49bfedfbb32dfd0b (commit)


- Log -----------------------------------------------------------------
commit a1ff24ad2ced610716635b31c41aad0b11238e88
Author: Matt Caswell <matt at openssl.org>
Date:   Tue Sep 10 14:37:06 2019 +0100

    Prepare for 1.0.2u-dev
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

commit cd7c7fc20b9feeb900632389401f514ac6b82f16
Author: Matt Caswell <matt at openssl.org>
Date:   Tue Sep 10 14:36:07 2019 +0100

    Prepare for 1.0.2t release
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

commit c98ce139b5f7956bbab33b7e182ea4bcee1192d8
Author: Matt Caswell <matt at openssl.org>
Date:   Tue Sep 10 14:36:07 2019 +0100

    make update
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 CHANGES            | 6 +++++-
 NEWS               | 6 +++++-
 README             | 2 +-
 crypto/bn/Makefile | 4 ++--
 crypto/ec/Makefile | 2 +-
 crypto/opensslv.h  | 6 +++---
 openssl.spec       | 2 +-
 util/libeay.num    | 1 +
 8 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/CHANGES b/CHANGES
index 867106458c..df613740a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,11 @@
  https://github.com/openssl/openssl/commits/ and pick the appropriate
  release branch.
 
- Changes between 1.0.2s and 1.0.2t [xx XXX xxxx]
+ Changes between 1.0.2t and 1.0.2u [xx XXX xxxx]
+
+  *)
+
+ Changes between 1.0.2s and 1.0.2t [10 Sep 2019]
 
    *) For built-in EC curves, ensure an EC_GROUP built from the curve name is
       used even when parsing explicit parameters, when loading a serialized key
diff --git a/NEWS b/NEWS
index 9cf2ee8000..44add13f6a 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,11 @@
   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.2s and OpenSSL 1.0.2t [under development]
+  Major changes between OpenSSL 1.0.2t and OpenSSL 1.0.2u [under development]
+
+      o
+
+  Major changes between OpenSSL 1.0.2s and OpenSSL 1.0.2t [10 Sep 2019]
 
       o Fixed a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey
         (CVE-2019-1563)
diff --git a/README b/README
index a9e3121f8c..949262f2bd 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 1.0.2t-dev
+ OpenSSL 1.0.2u-dev
 
  Copyright (c) 1998-2019 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 9fc4447cfc..7a3bf5d059 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -297,8 +297,8 @@ bn_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
 bn_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
 bn_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
 bn_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
-bn_lib.o: ../../include/openssl/symhacks.h ../bn_int.h ../cryptlib.h bn_lcl.h
-bn_lib.o: bn_lib.c
+bn_lib.o: ../../include/openssl/symhacks.h ../bn_int.h ../constant_time_locl.h
+bn_lib.o: ../cryptlib.h bn_lcl.h bn_lib.c
 bn_mod.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
 bn_mod.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
 bn_mod.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
diff --git a/crypto/ec/Makefile b/crypto/ec/Makefile
index 6628390ba4..e9d65e3e3d 100644
--- a/crypto/ec/Makefile
+++ b/crypto/ec/Makefile
@@ -156,7 +156,7 @@ ec_curve.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
 ec_curve.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h
 ec_curve.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
 ec_curve.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
-ec_curve.o: ../../include/openssl/symhacks.h ec_curve.c ec_lcl.h
+ec_curve.o: ../../include/openssl/symhacks.h ../bn_int.h ec_curve.c ec_lcl.h
 ec_cvt.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
 ec_cvt.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
 ec_cvt.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 4f725bb02d..6cd4fffb59 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  0x10002140L
+# define OPENSSL_VERSION_NUMBER  0x10002150L
 # ifdef OPENSSL_FIPS
-#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.2t-fips-dev  xx XXX xxxx"
+#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.2u-fips-dev  xx XXX xxxx"
 # else
-#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.2t-dev  xx XXX xxxx"
+#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.0.2u-dev  xx XXX xxxx"
 # endif
 # define OPENSSL_VERSION_PTEXT   " part of " OPENSSL_VERSION_TEXT
 
diff --git a/openssl.spec b/openssl.spec
index 475ddcf901..9c23c4e1a5 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -7,7 +7,7 @@ Release: 1
 
 Summary: Secure Sockets Layer and cryptography libraries and tools
 Name: openssl
-Version: 1.0.2t
+Version: 1.0.2u
 Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
 License: OpenSSL
 Group: System Environment/Libraries
diff --git a/util/libeay.num b/util/libeay.num
index 2e5221402b..3a72e46d92 100755
--- a/util/libeay.num
+++ b/util/libeay.num
@@ -4432,3 +4432,4 @@ EVP_PKEY_meth_get_cleanup               4786	EXIST::FUNCTION:
 EVP_PKEY_meth_get_encrypt               4787	EXIST::FUNCTION:
 EVP_PKEY_meth_get_copy                  4788	EXIST::FUNCTION:
 ossl_safe_getenv                        4789	EXIST::FUNCTION:
+OPENSSL_rdtsc                           4790	EXIST::FUNCTION:


More information about the openssl-commits mailing list