Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend
New issue 6889 by [email protected]: Support EV root CAs that have more than one EV policy OID. http://code.google.com/p/chromium/issues/detail?id=6889 In ev_root_ca_metadata.cc, the EVMetadata structure is defined as follows: // Raw metadata. struct EVMetadata { // The SHA-1 fingerprint of the root CA certificate, used as a unique // identifier for a root CA certificate. X509Certificate::Fingerprint fingerprint; // The EV policy OID of the root CA. // Note: a root CA may have multiple EV policies. When that actually // happens, we'll need to support that. const char* policy_oid; }; The policy_oid field allows only one EV policy OID for each root CA. We need to change it to support EV root CAs that have more than one EV policy OID. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
