deps: upgrade to openssl 1.0.1q (v0.10)#4132
Closed
bnoordhuis wants to merge 3 commits intonodejs:v0.10from
Closed
deps: upgrade to openssl 1.0.1q (v0.10)#4132bnoordhuis wants to merge 3 commits intonodejs:v0.10from
bnoordhuis wants to merge 3 commits intonodejs:v0.10from
Conversation
Contains fixes for: * CVE-2015-3194 Certificate verify crash with missing PSS parameter * CVE-2015-3195 X509_ATTRIBUTE memory leak
Member
|
LGTM if CI is happy |
Member
Author
|
New CI with opensslconf.h fix-up: https://ci.nodejs.org/job/node-test-pull-request/910/ |
Contributor
|
linter check was bad in v0.10 but it does not caused by this PR. Otherwise CI is fine. LGTM |
bnoordhuis
added a commit
that referenced
this pull request
Dec 3, 2015
Contains fixes for: * CVE-2015-3194 Certificate verify crash with missing PSS parameter * CVE-2015-3195 X509_ATTRIBUTE memory leak fixup! character encoding noise fixup! update opensslconf.h PR-URL: #4132 Reviewed-By: Fedor Indutny <fedor@indutny.com> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
Contributor
|
Landed in ce0a488 . Thanks. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contains fixes for:
(v0.10 is not affected by CVE-2015-3193 and CVE-2015-3196.)
OpenSSL did a character encoding fix-up that I've split off into a separate commit to keep down the noise in the main commit.
R=@nodejs/crypto
CI: https://ci.nodejs.org/job/node-test-pull-request/908/