• 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ón8b1549a153a62e9878327d05aa3b6622b416ec10 (tree)
Tiempo2017-11-02 23:33:44
AutorMatt Caswell <matt@open...>
CommiterMatt Caswell

Log Message

Prepare for 1.0.2m release

Reviewed-by: Andy Polyakov <appro@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.0.2l and 1.0.2m [xx XXX xxxx]
10+ Changes between 1.0.2l and 1.0.2m [2 Nov 2017]
1111
1212 *) bn_sqrx8x_internal carry bug on x86_64
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.2l and OpenSSL 1.0.2m [under development]
8+ Major changes between OpenSSL 1.0.2l and OpenSSL 1.0.2m [2 Nov 2017]
99
1010 o bn_sqrx8x_internal carry bug on x86_64 (CVE-2017-3736)
1111 o Malformed X.509 IPAddressFamily could cause OOB read (CVE-2017-3735)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 1.0.2m-dev
2+ OpenSSL 1.0.2m 2 Nov 2017
33
44 Copyright (c) 1998-2015 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 0x100020d0L
33+# define OPENSSL_VERSION_NUMBER 0x100020dfL
3434 # ifdef OPENSSL_FIPS
35-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2m-fips-dev xx XXX xxxx"
35+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2m-fips 2 Nov 2017"
3636 # else
37-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2m-dev xx XXX xxxx"
37+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2m 2 Nov 2017"
3838 # endif
3939 # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
4040