Closed Bug 418910 Opened 16 years ago Closed 16 years ago

Enable Trustwave SecureTrust CA and Secure Global CA root CA certificate for EV use

Categories

(Core :: Security: PSM, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: hecker, Assigned: KaiE)

References

Details

Per bug 409837 and bug 409838 I've approved adding Trustwave's "SecureTrust CA" and "Secure Global CA" root CA certificates and enabling them for Extended Validation use. The EV policy OID for both certificates is 2.16.840.1.114404.1.1.2.4.1.

Thanks in advance for your help getting this change made to PSM!
Marking this bug as dependent on bug 418907, since the roots have to first be added to NSS.
Depends on: 418907
Blocks: 409837
Blocks: 409838
no patch yet, but here's a snippet I used for testing:

  {
    // CN=SecureTrust CA,O=SecureTrust Corporation,C=US
    "2.16.840.1.114404.1.1.2.4.1",
    "Trustwave EV OID",
    SEC_OID_UNKNOWN,
    "87:82:C6:C3:04:35:3B:CF:D2:96:92:D2:59:3E:7D:44:D9:34:FF:11",
    "MEgxCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdTZWN1cmVUcnVzdCBDb3Jwb3JhdGlv"
    "bjEXMBUGA1UEAxMOU2VjdXJlVHJ1c3QgQ0E=",
    "DPCOXAgWpa1Cf/DrJxhZ0A==",
    nsnull
  },
  {
    // CN=Secure Global CA,O=SecureTrust Corporation,C=US
    "2.16.840.1.114404.1.1.2.4.1",
    "Trustwave EV OID",
    SEC_OID_UNKNOWN,
    "3A:44:73:5A:E5:81:90:1F:24:86:61:46:1E:3B:9C:C4:5F:F5:3A:1B",
    "MEoxCzAJBgNVBAYTAlVTMSAwHgYDVQQKExdTZWN1cmVUcnVzdCBDb3Jwb3JhdGlv"
    "bjEZMBcGA1UEAxMQU2VjdXJlIEdsb2JhbCBDQQ==",
    "B1YipOjUiolN9BPI8PjqpQ==",
    nsnull
  },
Depends on: 425518
The patch to add this is in bug 425518.
Please speak up if you think the above information is wrong.
This request has been completed minutes ago with the patch for bug 425518.

marking fixed
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.