diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-24 05:00:10 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-24 05:00:10 +0000 |
commit | 77c0ebdfb9e14fa71372396ae360d0c6839194dc (patch) | |
tree | 5d113bd216df7dcb9cb152855728a44aef39a256 /chrome/app | |
parent | 12f2fc4da0066e401b42af88e91a525f3f0b72d4 (diff) | |
download | chromium_src-77c0ebdfb9e14fa71372396ae360d0c6839194dc.zip chromium_src-77c0ebdfb9e14fa71372396ae360d0c6839194dc.tar.gz chromium_src-77c0ebdfb9e14fa71372396ae360d0c6839194dc.tar.bz2 |
x509_certificate_model_openssl: implement GetExtensions
BUG=338887
Review URL: https://codereview.chromium.org/288113002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279320 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index c926564..19ff7e1 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2964,6 +2964,9 @@ Even if you have downloaded files from this website before, the website might ha <message name="IDS_CERT_X509_KEY_USAGE_ENCIPHER_ONLY" desc="description of certificate usage Encipher Only"> Encipher Only </message> + <message name="IDS_CERT_X509_KEY_USAGE_DECIPHER_ONLY" desc="description of certificate usage Decipher Only"> + Decipher Only + </message> <message name="IDS_CERT_X509_BASIC_CONSTRAINT_IS_CA" desc="description of certificate constraint Is a Certification Authority"> Is a Certification Authority </message> @@ -3003,6 +3006,12 @@ Even if you have downloaded files from this website before, the website might ha <message name="IDS_CERT_REVOCATION_REASON_CERTIFICATE_HOLD" desc="description of certificate revocation for reason Certificate Hold"> Certificate on Hold </message> + <message name="IDS_CERT_REVOCATION_REASON_PRIVILEGE_WITHDRAWN" desc="description of certificate revocation for reason Privilege Withdrawn"> + Privilege Withdrawn + </message> + <message name="IDS_CERT_REVOCATION_REASON_AA_COMPROMISE" desc="description of certificate revocation for reason AA Compromise"> + AA Compromise + </message> <message name="IDS_CERT_OCSP_RESPONDER_FORMAT" desc="format for info about OCSP responder"> OCSP Responder: <ph name="LOCATION">$1<ex>Foo</ex></ph> </message> @@ -3042,6 +3051,12 @@ Even if you have downloaded files from this website before, the website might ha <message name="IDS_CERT_GENERAL_NAME_REGISTERED_ID" desc="label for the certRegisteredID general name type"> Registered OID </message> + <message name="IDS_CERT_EDI_PARTY_NAME" desc="format for Electronic Data Identifier (EDI) Party Name"> + Party Name: <ph name="PARTY_NAME">$1<ex>Foo</ex></ph> + </message> + <message name="IDS_CERT_EDI_NAME_ASSIGNER" desc="format for Electronic Data Identifier (EDI) Name Assigner"> + Name Assigner: <ph name="NAME_ASSIGNER">$1<ex>Foo</ex></ph> + </message> <message name="IDS_CERT_EXT_MS_CERT_TYPE" desc="description of extension Microsoft Certificate Template Name"> Microsoft Certificate Template Name </message> |