• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

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

Révisionbfe07df40c13ea2564bb4577620180e3f4849e23 (tree)
l'heure2015-12-03 23:44:31
AuteurMatt Caswell <matt@open...>
CommiterMatt Caswell

Message de Log

Prepare for 1.0.2e release

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

Change Summary

Modification

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 1.0.2d and 1.0.2e [xx XXX xxxx]
5+ Changes between 1.0.2d and 1.0.2e [3 Dec 2015]
66
77 *) BN_mod_exp may produce incorrect results on x86_64
88
--- 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.2d and OpenSSL 1.0.2e [under development]
8+ Major changes between OpenSSL 1.0.2d and OpenSSL 1.0.2e [3 Dec 2015]
99
1010 o BN_mod_exp may produce incorrect results on x86_64 (CVE-2015-3193)
1111 o Certificate verify crash with missing PSS parameter (CVE-2015-3194)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 1.0.2e-dev
2+ OpenSSL 1.0.2e 3 Dec 2015
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 0x10002050L
33+# define OPENSSL_VERSION_NUMBER 0x1000205fL
3434 # ifdef OPENSSL_FIPS
35-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2e-fips-dev xx XXX xxxx"
35+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2e-fips 3 Dec 2015"
3636 # else
37-# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2e-dev xx XXX xxxx"
37+# define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2e 3 Dec 2015"
3838 # endif
3939 # define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
4040