-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: upgrade openssl sources to 1.0.2o
This replaces all sources of openssl-1.0.2o.tar.gz into deps/openssl/openssl PR-URL: #19638 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
- Loading branch information
1 parent
c39167d
commit 0cd883f
Showing
250 changed files
with
1,387 additions
and
39,509 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,21 @@ | |
https://github.com/openssl/openssl/commits/ and pick the appropriate | ||
release branch. | ||
|
||
Changes between 1.0.2n and 1.0.2o [27 Mar 2018] | ||
|
||
*) Constructed ASN.1 types with a recursive definition could exceed the stack | ||
|
||
Constructed ASN.1 types with a recursive definition (such as can be found | ||
in PKCS7) could eventually exceed the stack given malicious input with | ||
excessive recursion. This could result in a Denial Of Service attack. There | ||
are no such structures used within SSL/TLS that come from untrusted sources | ||
so this is considered safe. | ||
|
||
This issue was reported to OpenSSL on 4th January 2018 by the OSS-fuzz | ||
project. | ||
(CVE-2018-0739) | ||
[Matt Caswell] | ||
|
||
Changes between 1.0.2m and 1.0.2n [7 Dec 2017] | ||
|
||
*) Read/write after SSL object in error state | ||
|
@@ -2012,8 +2027,11 @@ | |
to work with OPENSSL_NO_SSL_INTERN defined. | ||
[Steve Henson] | ||
|
||
*) Add SRP support. | ||
[Tom Wu <[email protected]> and Ben Laurie] | ||
*) A long standing patch to add support for SRP from EdelWeb (Peter | ||
Sylvester and Christophe Renou) was integrated. | ||
[Christophe Renou <[email protected]>, Peter Sylvester | ||
<[email protected]>, Tom Wu <[email protected]>, and | ||
Ben Laurie] | ||
|
||
*) Add functions to copy EVP_PKEY_METHOD and retrieve flags and id. | ||
[Steve Henson] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
## Makefile for OpenSSL | ||
## | ||
|
||
VERSION=1.0.2n | ||
VERSION=1.0.2o | ||
MAJOR=1 | ||
MINOR=0.2 | ||
SHLIB_VERSION_NUMBER=1.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.