Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto: update root certificates #1833

Merged
merged 4 commits into from
Jun 2, 2015

Commits on Jun 2, 2015

  1. tools: update mk-ca-bundle.pl to HEAD of upstream

    PR-URL: nodejs#1833
    Reviewed-By: Shigeki Ohtsu <[email protected]>
    bnoordhuis committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    5be9efc View commit details
    Browse the repository at this point in the history
  2. tools: customize mk-ca-bundle.pl

    Remove unneeded functionality and tweak the generated output so we
    can #include it in C++ source code.
    
    This commit essentially reapplies the changes from commit e159073
    ("tools: customize mk-ca-bundle.pl") to the updated script.
    
    PR-URL: nodejs#1833
    Reviewed-By: Shigeki Ohtsu <[email protected]>
    bnoordhuis committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    a2d921d View commit details
    Browse the repository at this point in the history
  3. tools: update certdata.txt

    This is the latest certdata.txt from [0], last updated on 2015-04-20.
    
    [0] https://hg.mozilla.org/mozilla-central/raw-file/aa275ad846f1/security/nss/lib/ckfw/builtins/certdata.txt
    
    PR-URL: nodejs#1833
    Reviewed-By: Shigeki Ohtsu <[email protected]>
    bnoordhuis committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    098354a View commit details
    Browse the repository at this point in the history
  4. crypto: update root certificates

    Update the list of root certificates in src/node_root_certs.h with
    tools/mk-ca-bundle.pl.
    
    PR-URL: nodejs#1833
    Reviewed-By: Shigeki Ohtsu <[email protected]>
    bnoordhuis committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    a4dbf45 View commit details
    Browse the repository at this point in the history