-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Update root certs to use NSS 3.53 #33682
Conversation
This is the certdata.txt[0] from NSS 3.53, released on 2020-05-29. This is the version of NSS that will ship in Firefox 78 on 2020-06-30. [0] https://hg.mozilla.org/projects/nss/raw-file/NSS_3_53_RTM/lib/ckfw/builtins/certdata.txt
Update the list of root certificates in src/node_root_certs.h with tools/mk-ca-bundle.pl. Certificates added: Entrust Root Certification Authority - G4 Certificates removed:
cc: @nodejs/security |
fast-track, to get this in the security release tomorrow? |
I'll watch the build status and merge when its green. cc: @targos @BethGriggs |
Landed in 41796eb...f1ae7ea |
This is the certdata.txt[0] from NSS 3.53, released on 2020-05-29. This is the version of NSS that will ship in Firefox 78 on 2020-06-30. [0] https://hg.mozilla.org/projects/nss/raw-file/NSS_3_53_RTM/lib/ckfw/builtins/certdata.txt PR-URL: #33682 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
Update the list of root certificates in src/node_root_certs.h with tools/mk-ca-bundle.pl. Certificates added: Entrust Root Certification Authority - G4 Certificates removed: PR-URL: #33682 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
I'm not sure if this should land on v10.x, @nodejs/lts 10.x currently has NSS 3.41. It is missing the master updates to 3.42, 3.45, 3.47, so this PR's update to 3.53 won't land cleanly. What is the LTS release policy wrt. certificate data updates? |
I don't think we have a specific policy for updating the certificates but in my opinion it falls under the security updates category. |
Updated the root certs to use NSS 3.53
should fix #33681
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes