Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: a48b64716224
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: a12870c823b9
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 9, 2013

  1. Copy the full SHA
    5ab863d 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.
    bnoordhuis committed Nov 9, 2013
    Copy the full SHA
    e159073 View commit details
    Browse the repository at this point in the history
  3. tools: check in certdata.txt from mozilla NSS

    This is a file from the NSS project containing root certificate data.
    It can be downloaded from:
    
      https://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1
    
    Once downloaded, running `perl tools/mk-ca-bundle.pl` will update
    src/node_root_certs.h.  Commit, rebuild and go.
    bnoordhuis committed Nov 9, 2013
    Copy the full SHA
    d4c09f2 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 and update src/node_crypto.cc to make use of
    the new format.
    
    Fixes #6013.
    bnoordhuis committed Nov 9, 2013
    Copy the full SHA
    a12870c View commit details
    Browse the repository at this point in the history