This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
crypto: update CA bundle to latest from Mozilla #8709
Closed
Closed
Conversation
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
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
Why don't you use the existing |
@bnoordhuis I may be blind, but I don't see it in the tree: https://github.com/joyent/node/tree/v0.10/tools |
This was referenced Nov 13, 2014
@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
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
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
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.perl
node tools/rebuild-root-certs.js ca-bundle.crt > src/node_root_certs.h
rm ca-bundle.crt certdata.txt
fix #8679
cc @bnoordhuis @tjfontaine