• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine 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

Revision2b456034457b58454aae3998a2765b6a5b9bc837 (tree)
Zeit2014-08-07 06:18:45
AutorMatt Caswell <matt@open...>
CommiterMatt Caswell

Log Message

Prepare for 1.0.1i release

Reviewed-by: Stephen Henson <steve@openssl.org>

Ändern Zusammenfassung

Diff

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 1.0.1h and 1.0.1i [xx XXX xxxx]
5+ Changes between 1.0.1h and 1.0.1i [6 Aug 2014]
66
77 *) Fix SRP buffer overrun vulnerability. Invalid parameters passed to the
88 SRP code can be overrun an internal buffer. Add sanity check that
--- 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.1h and OpenSSL 1.0.1i [under development]
8+ Major changes between OpenSSL 1.0.1h and OpenSSL 1.0.1i [6 Aug 2014]
99
1010 o Fix for CVE-2014-3512
1111 o Fix for CVE-2014-3511
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 1.0.1i-dev
2+ OpenSSL 1.0.1i 6 Aug 2014
33
44 Copyright (c) 1998-2011 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
2525 * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
2626 * major minor fix final patch/beta)
2727 */
28-#define OPENSSL_VERSION_NUMBER 0x10001090L
28+#define OPENSSL_VERSION_NUMBER 0x1000109fL
2929 #ifdef OPENSSL_FIPS
30-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1i-fips-dev xx XXX xxxx"
30+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1i-fips 6 Aug 2014"
3131 #else
32-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1i-dev xx XXX xxxx"
32+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1i 6 Aug 2014"
3333 #endif
3434 #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3535