Bug 1939625 - update test certificate serial numbers referenced in test_cert_storage.js and reenable it r=aryx

Differential Revision: https://phabricator.services.mozilla.com/D233452
This commit is contained in:
Dana Keeler
2025-01-08 00:40:53 +00:00
parent e9107885af
commit 4a0e20c8cd
2 changed files with 2 additions and 3 deletions

View File

@@ -70,14 +70,14 @@ const certBlocklist = [
},
{
issuerName: "MBIxEDAOBgNVBAMMB1Rlc3QgQ0E=",
serialNumber: "a0X7/7DlTaedpgrIJg25iBPOkIM=",
serialNumber: "AxPrsRjtbFinLUfRzhtR8EeYh4Y=",
},
// ... and some good
// In this case, the issuer name and the valid serialNumber correspond
// to other-test-ca.pem in bad_certs/ (for testing root revocation)
{
issuerName: "MBgxFjAUBgNVBAMMDU90aGVyIHRlc3QgQ0E=",
serialNumber: "Rym6o+VN9xgZXT/QLrvN/nv1ZN4=",
serialNumber: "VTTv5DQM+fh01nnfm3AoUJt4UIY=",
},
// These items correspond to an entry in sample_revocations.txt where:
// isser name is the base-64 encoded subject DN for the shared Test

View File

@@ -119,7 +119,6 @@ run-sequentially = "hardcoded ports"
["test_cert_storage.js"]
tags = "addons psm blocklist"
skip-if = ["true"] # Bug 1939625
["test_cert_storage_broken_db.js"]