Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4bd8e0efa05112d29de241142ccca3c2dcfb8175
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7f2cb44d89ce47af19b4a1ba69b9d673fff1e321
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 4, 2021

  1. tools: update certdata.txt

    This is the certdata.txt[0] from NSS 3.71, released on 2021-09-30.
    
    This is the version of NSS that will ship in Firefox 94 on
    2021-11-02.
    
    [0] https://hg.mozilla.org/projects/nss/raw-file/NSS_3_71_RTM/lib/ckfw/builtins/certdata.txt
    
    PR-URL: #40280
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    richardlau authored and nodejs-github-bot committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    e59461f View commit details
    Browse the repository at this point in the history
  2. crypto: update root certificates

    Update the list of root certificates in src/node_root_certs.h with
    tools/mk-ca-bundle.pl.
    
    Certificates added:
    - Trustwave Global Certification Authority
    - Trustwave Global ECC P256 Certification Authority
    - Trustwave Global ECC P384 Certification Authority
    - NAVER Global Root Certification Authority
    - AC RAIZ FNMT-RCM SERVIDORES SEGUROS
    - GlobalSign Root R46
    - GlobalSign Root E46
    - GLOBALTRUST 2020
    - ANF Secure Server Root CA
    - Certum EC-384 CA
    - Certum Trusted Root CA
    - TunTrust Root CA
    - HARICA TLS RSA Root CA 2021
    - HARICA TLS ECC Root CA 2021
    
    Certificates removed:
    - GeoTrust Global CA
    - GeoTrust Universal CA
    - GeoTrust Universal CA 2
    - QuoVadis Root CA
    - Sonera Class 2 Root CA
    - Taiwan GRCA
    - GeoTrust Primary Certification Authority
    - thawte Primary Root CA
    - VeriSign Class 3 Public Primary Certification Authority - G5
    - OISTE WISeKey Global Root GA CA
    - GeoTrust Primary Certification Authority - G3
    - thawte Primary Root CA - G2
    - thawte Primary Root CA - G3
    - GeoTrust Primary Certification Authority - G2
    - VeriSign Universal Root Certification Authority
    - VeriSign Class 3 Public Primary Certification Authority - G4
    - Chambers of Commerce Root - 2008
    - Global Chambersign Root - 2008
    - Trustis FPS Root CA
    - EE Certification Centre Root CA
    - Staat der Nederlanden Root CA - G3
    
    PR-URL: #40280
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
    richardlau authored and nodejs-github-bot committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    7f2cb44 View commit details
    Browse the repository at this point in the history
Loading