This repository was archived by the owner on Apr 22, 2023. It is now read-only.
crypto: update CA bundle to latest from Mozilla#8709
Closed
indutny wants to merge 1 commit intonodejs:v0.10from
Closed
crypto: update CA bundle to latest from Mozilla#8709indutny wants to merge 1 commit intonodejs:v0.10from
indutny wants to merge 1 commit intonodejs:v0.10from
Conversation
NOTE: To reproduce/update this - run: 1. `perl tools/mk-ca-bundle.perl` 2. `node tools/rebuild-root-certs.js ca-bundle.crt > src/node_root_certs.h` 3. `rm ca-bundle.crt certdata.txt` fix nodejs#8679
Member
|
Why don't you use the existing |
Member
Author
|
@bnoordhuis I may be blind, but I don't see it in the tree: https://github.com/joyent/node/tree/v0.10/tools |
Member
This was referenced Nov 13, 2014
Member
Author
|
@bnoordhuis mind submitting a PR that will update CAs? ;) |
bnoordhuis
added a commit
to bnoordhuis/node
that referenced
this pull request
Nov 14, 2014
Update tools/certdata.txt to [0] (last updated on 2014-11-14) and rebuild src/node_root_certs.h. Refs nodejs#8679 and nodejs#8709. [0] https://hg.mozilla.org/mozilla-central/raw-file/64206634959a/security/nss/lib/ckfw/builtins/certdata.txt
Member
|
Done, see #8727. |
indutny
pushed a commit
that referenced
this pull request
Dec 4, 2014
Update tools/certdata.txt to [0] (last updated on 2014-11-14) and rebuild src/node_root_certs.h. Refs #8679 and #8709. [0] https://hg.mozilla.org/mozilla-central/raw-file/64206634959a/security/nss/lib/ckfw/builtins/certdata.txt
Member
Author
|
Landed in #8727 |
mscdex
pushed a commit
to mscdex/node
that referenced
this pull request
Dec 25, 2014
Update tools/certdata.txt to [0] (last updated on 2014-11-14) and rebuild src/node_root_certs.h. Refs nodejs#8679 and nodejs#8709. [0] https://hg.mozilla.org/mozilla-central/raw-file/64206634959a/security/nss/lib/ckfw/builtins/certdata.txt
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
NOTE:
To reproduce/update this - run:
perl tools/mk-ca-bundle.perlnode tools/rebuild-root-certs.js ca-bundle.crt > src/node_root_certs.hrm ca-bundle.crt certdata.txtfix #8679
cc @bnoordhuis @tjfontaine