• 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

Revision16c34d4f74e16443cfdc99f2a49ebb1ba3c37db3 (tree)
Time2016-09-26 18:46:03
AuthorMatt Caswell <matt@open...>
CommiterMatt Caswell

Log Message

Prepare for 1.1.0b release

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

Change Summary

Incremental Difference

--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
22 OpenSSL CHANGES
33 _______________
44
5- Changes between 1.1.0a and 1.1.0b [xx XXX xxxx]
5+ Changes between 1.1.0a and 1.1.0b [26 Sep 2016]
66
77 *) Fix Use After Free for large message sizes
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.1.0a and OpenSSL 1.1.0b [under development]
8+ Major changes between OpenSSL 1.1.0a and OpenSSL 1.1.0b [26 Sep 2016]
99
1010 o Fix Use After Free for large message sizes (CVE-2016-6309)
1111
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 1.1.0b-dev
2+ OpenSSL 1.1.0b 26 Sep 2016
33
44 Copyright (c) 1998-2016 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 0x10100020L
42+# define OPENSSL_VERSION_NUMBER 0x1010002fL
4343 # ifdef OPENSSL_FIPS
44-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0b-fips-dev xx XXX xxxx"
44+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0b-fips 26 Sep 2016"
4545 # else
46-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0b-dev xx XXX xxxx"
46+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0b 26 Sep 2016"
4747 # endif
4848
4949 /*-