• 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

Revision5707219a6aae8052cb98aa361d115be01b8fd894 (tree)
Time2018-11-20 22:45:20
AuthorMatt Caswell <matt@open...>
CommiterMatt Caswell

Log Message

Prepare for 1.0.2q release

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

Change Summary

Incremental Difference

--- 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.0.2p and 1.0.2q [xx XXX xxxx]
10+ Changes between 1.0.2p and 1.0.2q [20 Nov 2018]
1111
1212 *) Microarchitecture timing vulnerability in ECC scalar multiplication
1313
--- 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.0.2p and OpenSSL 1.0.2q [under development]
8+ Major changes between OpenSSL 1.0.2p and OpenSSL 1.0.2q [20 Nov 2018]
99
1010 o Microarchitecture timing vulnerability in ECC scalar multiplication (CVE-2018-5407)
1111 o Timing vulnerability in DSA signature generation (CVE-2018-0734)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 1.0.2q-dev
2+ OpenSSL 1.0.2q 20 Nov 2018
33
44 Copyright (c) 1998-2018 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -30,11 +30,11 @@ extern "C" {
3030 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
3131 * major minor fix final patch/beta)
3232 */
33-# define OPENSSL_VERSION_NUMBER 0x10002110L
33+# define OPENSSL_VERSION_NUMBER 0x1000211fL
3434 # ifdef OPENSSL_FIPS
35-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2q-fips-dev xx XXX xxxx"
35+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2q-fips 20 Nov 2018"
3636 # else
37-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2q-dev xx XXX xxxx"
37+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2q 20 Nov 2018"
3838 # endif
3939 # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
4040