Issue 1622: missing EV Root CA Certificate http://code.google.com/p/chromium/issues/detail?id=1622
New issue report by yado.masa: Product Version : 0.2.149.29 (1798) URLs (if applicable) : https://www.cybertrust.ne.jp/ https://www.cybertrust.ne.jp/common/images/head_logo.gif Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue: Safari 3: Firefox 3: IE 7: OK What steps will reproduce the problem? 1. Enter this url - Though this site's certificate was EV(Extended Validation) SSL certificate, the certificate was not recognized as an EV SSL certificate. A CA name was not appeared at the right side of address bar. 2. 3. What is the expected result? The certificate of this site is recognized as an EV SSL certificate. And a CA name appears at the right side of address bar. What happens instead? The certificate of this site is recognized just a normal(non-EV) SSL cert. Please provide any additional information below. Attach a screenshot if possible. There seems to be some missing EV root CA certificate in the source code. Following two EV root CA certificate (information) must be added to static const EVMetadata ev_root_ca_metadata[] in the source code of [chrome]/trunk/src/net/base/ev_root_ca_metadata.cc : // GTE CyberTrust Global Root https://www.verizonbusiness.com/info/cybertrust/ { { 0x97, 0x81, 0x79, 0x50, 0xd8, 0x1c, 0x96, 0x70, 0xcc, 0x34, 0xd8, 0x09, 0xcf, 0x79, 0x44, 0x31, 0x36, 0x7e, 0xf4, 0x74 }, "1.3.6.1.4.1.6334.1.100.1" }, // Cybertrust Global Root https://www.verizonbusiness.com/info/cybertrust/ { { 0x5f, 0x43, 0xe5, 0xb1, 0xbf, 0xf8, 0x78, 0x8c, 0xac, 0x1c, 0xc7, 0xca, 0x4a, 0x9a, 0xc6, 0x22, 0x2b, 0xcc, 0x34, 0xc6 }, "1.3.6.1.4.1.6334.1.100.1" }, Issue attributes: Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Unknown -- 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
