Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2463703005: Update WebUI Cert Viewer with additional algorithms (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 84fc77bf4887590a910f622ecd7b434a3b5b364a..1abc88042cf044182814c0cfd5beddbbebd7ca72 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2747,8 +2747,20 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
<message translateable="false" name="IDS_CERT_OID_BUSINESS_CATEGORY" desc="">
businessCategory
</message>
+ <message translateable="false" name="IDS_CERT_OID_EV_INCORPORATION_LOCALITY" desc="">
mattm 2016/11/02 19:23:31 not used?
+ jurisdictionLocalityName
+ </message>
+ <message translateable="false" name="IDS_CERT_OID_EV_INCORPORATION_STATE" desc="">
mattm 2016/11/02 19:23:31 not used?
+ jurisdictionStateOrProvinceName
+ </message>
<message translateable="false" name="IDS_CERT_OID_EV_INCORPORATION_COUNTRY" desc="">
- incorporationCountry
+ jurisdictionCountryName
+ </message>
+ <message translateable="false" name="IDS_CERT_OID_AVA_STREET_ADDRESS" desc="">
mattm 2016/11/02 19:23:31 not used?
+ STREET
+ </message>
+ <message translateable="false" name="IDS_CERT_OID_AVA_POSTAL_CODE" desc="">
mattm 2016/11/02 19:23:32 not used?
+ postalCode
</message>
<message name="IDS_CERT_OID_PKCS1_RSA_ENCRYPTION" desc="description of public key algorithm SEC_OID_PKCS1_RSA_ENCRYPTION">
@@ -2775,6 +2787,30 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
<message name="IDS_CERT_OID_PKCS1_SHA512_WITH_RSA_ENCRYPTION" desc="description of public key algorithm SEC_OID_PKCS1_SHA512_WITH_RSA_ENCRYPTION">
PKCS #1 SHA-512 With RSA Encryption
</message>
+ <message name="IDS_CERT_OID_ANSIX962_ECDSA_SHA1_SIGNATURE" desc="description of public key algorithm SEC_OID_ANSIX962_ECDSA_SHA1_SIGNATURE">
+ X9.62 ECDSA Signature with SHA-1
+ </message>
+ <message name="IDS_CERT_OID_ANSIX962_ECDSA_SHA256_SIGNATURE" desc="description of public key algorithm SEC_OID_ANSIX962_ECDSA_SHA256_SIGNATURE">
+ X9.62 ECDSA Signature with SHA-256
+ </message>
+ <message name="IDS_CERT_OID_ANSIX962_ECDSA_SHA384_SIGNATURE" desc="description of public key algorithm SEC_OID_ANSIX962_ECDSA_SHA384_SIGNATURE">
+ X9.62 ECDSA Signature with SHA-384
+ </message>
+ <message name="IDS_CERT_OID_ANSIX962_ECDSA_SHA512_SIGNATURE" desc="description of public key algorithm SEC_OID_ANSIX962_ECDSA_SHA512_SIGNATURE">
+ X9.62 ECDSA Signature with SHA-512
+ </message>
+ <message name="IDS_CERT_OID_ANSIX962_EC_PUBLIC_KEY" desc="description of public key algorithm SEC_OID_ANSIX962_EC_PUBLIC_KEY">
+ Elliptic Curve Public Key
+ </message>
+ <message name="IDS_CERT_OID_SECG_EC_SECP256R1" desc="description of public key algorithm SEC_OID_SECG_EC_SECP256R1">
+ SECG elliptic curve secp256r1 (aka ANSI X9.62 prime256v1, NIST P-256)
+ </message>
+ <message name="IDS_CERT_OID_SECG_EC_SECP384R1" desc="description of public key algorithm SEC_OID_SECG_EC_SECP384R1">
+ SECG elliptic curve secp384r1 (aka NIST P-384)
+ </message>
+ <message name="IDS_CERT_OID_SECG_EC_SECP521R1" desc="description of public key algorithm SEC_OID_SECG_EC_SECP521R1">
+ SECG elliptic curve secp521r1 (aka NIST P-521)
+ </message>
<message name="IDS_CERT_EXT_NS_CERT_TYPE" desc="description of extension Netscape Certificate Type">
Netscape Certificate Type
« no previous file with comments | « no previous file | chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698