• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Revisión7ea5bd2b52d0e81eaef3d109b3b12545306f201c (tree)
Tiempo2019-09-10 22:16:54
AutorMatt Caswell <matt@open...>
CommiterMatt Caswell

Log Message

Prepare for 1.1.0l release

Reviewed-by: Richard Levitte <levitte@openssl.org>

Cambiar Resumen

Diferencia incremental

--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,7 @@
77 https://github.com/openssl/openssl/commits/ and pick the appropriate
88 release branch.
99
10- Changes between 1.1.0k and 1.1.0l [xx XXX xxxx]
10+ Changes between 1.1.0k and 1.1.0l [10 Sep 2019]
1111
1212 *) For built-in EC curves, ensure an EC_GROUP built from the curve name is
1313 used even when parsing explicit parameters, when loading a serialized key
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@
55 This file gives a brief overview of the major changes between each OpenSSL
66 release. For more details please read the CHANGES file.
77
8- Major changes between OpenSSL 1.1.0k and OpenSSL 1.1.0l [under development]
8+ Major changes between OpenSSL 1.1.0k and OpenSSL 1.1.0l [10 Sep 2019]
99
1010 o Fixed a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey
1111 (CVE-2019-1563)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 1.1.0l-dev
2+ OpenSSL 1.1.0l 10 Sep 2019
33
44 Copyright (c) 1998-2019 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -39,11 +39,11 @@ extern "C" {
3939 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
4040 * major minor fix final patch/beta)
4141 */
42-# define OPENSSL_VERSION_NUMBER 0x101000c0L
42+# define OPENSSL_VERSION_NUMBER 0x101000cfL
4343 # ifdef OPENSSL_FIPS
44-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0l-fips-dev xx XXX xxxx"
44+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0l-fips 10 Sep 2019"
4545 # else
46-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0l-dev xx XXX xxxx"
46+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0l 10 Sep 2019"
4747 # endif
4848
4949 /*-