| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r=nss-reviewers,bbeurdouche
The new SHA256 hashes were calculated using the script below, which reads certificates out of the builtin token and re-processing them with the current version of addbuiltin. One of the "Autoridad de Certificacion Firmaprofesional CIF A62634068" certificates had to be handled manually because of Bug 456858.
```
#!/bin/bash
NSS_LIB=<path to dist/Debug/lib>
WORK=/tmp/nssdb/
LIST=${WORK}/list.txt
OUT=${WORK}/certdata.txt
rm -rf ${WORK}
mkdir -p ${WORK}
modutil -force -dbdir "sql:${WORK}" -create
modutil -force -dbdir "sql:${WORK}" -add "nssckbi" -libfile "${NSS_LIB}/libnssckbi.so"
certutil -d "sql:${WORK}" -L -h "Builtin Object Token" | grep Builtin > ${LIST}
sed -i 's/\s*\(C\?,C\?,C\?\)\s*$/;\1/' ${LIST}
while IFS=";" read -r name trust
do
certutil -d "sql:${WORK}" -L -n "${name}" -r 1> "${WORK}/${name}.der"
addbuiltin -t "${trust}" -n "${name/Builtin Object Token:/}" -i "${WORK}/${name}.der"
done < ${LIST} >> ${OUT}
```
Differential Revision: https://phabricator.services.mozilla.com/D136508
|
|
|
|
| |
Differential Revision: https://phabricator.services.mozilla.com/D134739
|
|
|
|
|
|
| |
Depends on D132823
Differential Revision: https://phabricator.services.mozilla.com/D132824
|
|
|
|
|
|
|
|
| |
NSS. r=KathleenWilson
Depends on D132822
Differential Revision: https://phabricator.services.mozilla.com/D132823
|
|
|
|
|
|
|
|
| |
NSS. r=KathleenWilson
Depends on D132821
Differential Revision: https://phabricator.services.mozilla.com/D132822
|
|
|
|
|
|
|
|
| |
NSS. r=KathleenWilson
Depends on D132820
Differential Revision: https://phabricator.services.mozilla.com/D132821
|
|
|
|
|
|
|
|
| |
NSS. r=KathleenWilson
Depends on D132819
Differential Revision: https://phabricator.services.mozilla.com/D132820
|
|
|
|
|
|
| |
Depends on D132805
Differential Revision: https://phabricator.services.mozilla.com/D132819
|
|
|
|
|
|
|
|
| |
r=KathleenWilson
Depends on D132806
Differential Revision: https://phabricator.services.mozilla.com/D132805
|
|
|
|
|
|
|
|
| |
certificates from NSS. r=KathleenWilson
Depends on D132761
Differential Revision: https://phabricator.services.mozilla.com/D132806
|
|
|
|
|
|
|
|
| |
A62634068 root certificate to NSS. r=KathleenWilson
Depends on D132756
Differential Revision: https://phabricator.services.mozilla.com/D132761
|
|
|
|
|
|
| |
Depends on D132755
Differential Revision: https://phabricator.services.mozilla.com/D132756
|
|
|
|
|
|
| |
Depends on D132752
Differential Revision: https://phabricator.services.mozilla.com/D132755
|
|
|
|
|
|
| |
Depends on D132754
Differential Revision: https://phabricator.services.mozilla.com/D132752
|
|
|
|
|
|
| |
NSS. r=KathleenWilson
Differential Revision: https://phabricator.services.mozilla.com/D132754
|
| |
|
|
|
|
|
|
| |
Depends on D124568
Differential Revision: https://phabricator.services.mozilla.com/D124569
|
|
|
|
|
|
| |
Depends on D124567
Differential Revision: https://phabricator.services.mozilla.com/D124568
|
|
|
|
|
|
| |
Depends on D124566
Differential Revision: https://phabricator.services.mozilla.com/D124567
|
|
|
|
|
|
| |
Depends on D124565
Differential Revision: https://phabricator.services.mozilla.com/D124566
|
|
|
|
| |
Differential Revision: https://phabricator.services.mozilla.com/D124565
|
|
|
|
|
|
| |
incremented in 3.66). r=beurdouche
Differential Revision: https://phabricator.services.mozilla.com/D117400
|
|
|
|
|
|
| |
Depends on D115882
Differential Revision: https://phabricator.services.mozilla.com/D115883
|
|
|
|
|
|
|
|
| |
Certification Authority. r=bwilson
Depends on D115877
Differential Revision: https://phabricator.services.mozilla.com/D115882
|
|
|
|
| |
Differential Revision: https://phabricator.services.mozilla.com/D115877
|
|
|
|
|
|
| |
Depends on D115890
Differential Revision: https://phabricator.services.mozilla.com/D115891
|
|
|
|
|
|
| |
Depends on D115889
Differential Revision: https://phabricator.services.mozilla.com/D115890
|
|
|
|
|
|
| |
Depends on D115888
Differential Revision: https://phabricator.services.mozilla.com/D115889
|
|
|
|
| |
Differential Revision: https://phabricator.services.mozilla.com/D115888
|
|
|
|
|
|
| |
CA changes, CA list version 2.48. r=KathleenWilson
Differential Revision: https://phabricator.services.mozilla.com/D105451
|
|
|
|
|
|
| |
'Chambers of Commerce' and 'Global Chambersign' roots. r=KathleenWilson
Differential Revision: https://phabricator.services.mozilla.com/D105435
|
|
|
|
| |
Differential Revision: https://phabricator.services.mozilla.com/D85334
|
|
|
|
|
|
|
|
| |
r=KathleenWilson
Depends on D105448
Differential Revision: https://phabricator.services.mozilla.com/D105457
|
|
|
|
|
|
| |
r=KathleenWilson
Differential Revision: https://phabricator.services.mozilla.com/D105448
|
|
|
|
|
|
| |
NSS. r=KathleenWilson
Differential Revision: https://phabricator.services.mozilla.com/D105444
|
|
|
|
|
|
| |
Root CA - G3” root cert in NSS. r=KathleenWilson
Differential Revision: https://phabricator.services.mozilla.com/D105436
|
|
|
|
|
|
| |
2008' and 'Global Chambersign Root - 2008'. r=KathleenWilson
Differential Revision: https://phabricator.services.mozilla.com/D105433
|
|
|
|
|
|
| |
NSS_BUILTINS_LIBRARY_VERSION 2.46. r=bbeurdouche
Differential Revision: https://phabricator.services.mozilla.com/D98268
|
|
|
|
|
|
| |
NSS. r=bbeurdouche,KathleenWilson
Differential Revision: https://phabricator.services.mozilla.com/D98196
|
|
|
|
|
|
| |
r=kjacobs,KathleenWilson
Differential Revision: https://phabricator.services.mozilla.com/D97956
|
|
|
|
|
|
| |
r=kjacobs
Differential Revision: https://phabricator.services.mozilla.com/D98154
|
|
|
|
|
|
| |
r=kjacobs
Differential Revision: https://phabricator.services.mozilla.com/D85330
|
|
|
|
|
|
| |
NSS_BUILTINS_LIBRARY_VERSION 2.44. r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D89968
|
|
|
|
|
|
| |
r=KathleenWilson,jcj
Differential Revision: https://phabricator.services.mozilla.com/D89843
|
|
|
|
|
|
|
|
| |
cert. r=KathleenWilson,jcj
Depends on D89841
Differential Revision: https://phabricator.services.mozilla.com/D89842
|
|
|
|
|
|
|
|
| |
root cert. r=KathleenWilson,jcj
Depends on D89840
Differential Revision: https://phabricator.services.mozilla.com/D89841
|
|
|
|
|
|
| |
r=KathleenWilson,jcj
Differential Revision: https://phabricator.services.mozilla.com/D89840
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2.42 r=bbeurdouche,KathleenWilson
All changes:
Bug 1618402 - Remove 3 Symantec roots and disable Email trust bit for others
Bug 1621151 - Disable Email trust bit for GRCA root
Bug 1639987 - Remove expired Staat der Nederlanden Root CA - G2 root cert
Bug 1641718 - Remove "LuxTrust Global Root 2" root cert
Bug 1641716 - Add Microsoft's non-EV roots
Bug 1645174 - Add Microsec's "e-Szigno Root CA 2017" root cert
Bug 1645186 - Add "certSIGN Root CA G2" root cert
Bug 1645199 - Remove Expired AddTrust root certs
Depends on D79373
Differential Revision: https://phabricator.services.mozilla.com/D79374
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Friendly Name: certSIGN Root CA G2
Cert Location: http://crl.certsign.ro/certsign-rootg2.crt
SHA-1 Fingerprint: 26F993B4ED3D2827B0B94BA7E9151DA38D92E532
SHA-256 Fingerprint: 657CFE2FA73FAA38462571F332A2363A46FCE7020951710702CDFBB6EEDA3305
Trust Flags: Websites
Test URL: https://testssl-valid-evcp.certsign.ro/
Depends on D79372
Differential Revision: https://phabricator.services.mozilla.com/D79373
|
|
|
|
|
|
| |
Depends on D79371
Differential Revision: https://phabricator.services.mozilla.com/D79372
|