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 #7363

Merged
merged 4 commits into from
Jun 23, 2016

Commits on Jun 23, 2016

  1. tools: update certdata.txt

    This is the certdata.txt[0] that ships in Firefox 47 and NSS 3.23, last
    updated on 2016-02-26.
    
    [0] https://hg.mozilla.org/mozilla-central/raw-file/1f84dea6508d/security/nss/lib/ckfw/builtins/certdata.txt
    
    PR-URL: nodejs#7363
    Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    bnoordhuis committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    44981f2 View commit details
    Browse the repository at this point in the history
  2. tools: output include guards in mk-ca-bundle.pl

    Commit eff96d3 ("src: add include guards to internal headers") adds
    include guards.  Update tools/mk-ca-bundle.pl to output them when
    generating src/node_root_certs.h.
    
    PR-URL: nodejs#7363
    Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    bnoordhuis committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    d02d0b9 View commit details
    Browse the repository at this point in the history
  3. crypto: update root certificates

    Update the list of root certificates in src/node_root_certs.h with
    tools/mk-ca-bundle.pl.
    
    Certificates added:
    - Certum Trusted Network CA 2
    - SZAFIR ROOT CA2
    
    Certificates removed:
    - CA Disig
    - NetLock Notary (Class A) Root
    - Staat der Nederlanden Root CA
    
    PR-URL: nodejs#7363
    Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    bnoordhuis committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    be85e6d View commit details
    Browse the repository at this point in the history
  4. test: remove internet/test-tls-connnect-cnnic

    Shigeki Ohtsu points out that the test is unreliable because some of
    the www1.cnnnic.cn servers are misconfigured.  Remove it.
    
    PR-URL: nodejs#7363
    Refs: nodejs#7363 (comment)
    Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    bnoordhuis committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    ede98a7 View commit details
    Browse the repository at this point in the history