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

v14.19.0 proposal #41696

Merged
merged 23 commits into from
Feb 1, 2022
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
607bc74
module: support pattern trailers
guybedford Aug 2, 2021
2c36596
module: support pattern trailers for imports field
guybedford Sep 8, 2021
0d448ea
crypto: make FIPS related options always available
voxik Aug 25, 2020
cede1f2
deps: add -fno-strict-aliasing flag to libuv
danbev Nov 16, 2021
59da7c1
deps: upgrade openssl sources to 1.1.1m
richardlau Dec 14, 2021
3089326
deps: update archs files for OpenSSL-1.1.1m
richardlau Dec 14, 2021
2755d39
deps: update ICU to 70.1
targos Oct 29, 2021
b050c65
src: add option to disable loading native addons
d3lm Sep 13, 2021
a90defe
esm: make `process.exit()` default to exit code 0
MoonBall Jan 14, 2022
e903798
doc: add note regarding unfinished TLA
aduh95 Jan 10, 2022
5971d58
doc: add missing YAML tag in `esm.md`
aduh95 Jan 14, 2022
b85aa5a
deps: upgrade npm to 6.14.16
ruyadorno Jan 19, 2022
737df75
deps: add corepack
arcanis Sep 28, 2020
cd20ecc
deps: upgrade Corepack to 0.10
arcanis Oct 8, 2021
0231ffa
build: add `--without-corepack`
jonahsnider Dec 5, 2021
fc328f1
fs: nullish coalescing to respect zero positional reads
mihilmy Nov 3, 2021
f74fe2a
src: make napi_create_reference accept symbol
JckXia Aug 29, 2021
c1695ac
tools: update certdata.txt
richardlau Oct 1, 2021
5389b8a
crypto: update root certificates
richardlau Oct 1, 2021
625be75
lib: add return value for DC channel.unsubscribe
simon-id Oct 19, 2021
004eafb
lib: add unsubscribe method to non-active DC channels
simon-id Oct 19, 2021
4477da8
doc: fix corepack grammar for `--force` flag
styfle Nov 8, 2021
9beb4f8
2022-02-01, Version 14.19.0 'Fermium' (LTS)
richardlau Jan 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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>
  • Loading branch information
richardlau committed Jan 25, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 5389b8ab05229029062cae55bdba8f7f6204cbcb
Loading