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

Unified Diff: chrome/app/generated_resources.grd

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove "httpsv" scheme, minor NSS/OpenSSL changes Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/theme/omnibox_account.png » ('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 5d427df3bbc45c438d86892ec116992e47db47c4..a981246dcc33a2709da16b36632adbceed6834a3 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6196,6 +6196,20 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY" desc="The text of the identity section when the page is secure.">
The identity of this website has been verified by <ph name="ISSUER">$1<ex>VeriSign</ex></ph>.
</message>
+ <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_SHARED_SECRET" desc="The text of the identity section when the page's security is backed by a shared secret (e.g., TLS-SRP).">
+ The identity of this website was verified by TLS mutual authentication using a shared secret.
+ </message>
+ <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_BAD_CERT_OK_SHARED_SECRET" desc="The text of the identity section when the page's security is backed by a shared secret (e.g., TLS-SRP) and certificate, and the certificate is bad..">
+ The identity of this website could not be verified using the certificate it provided, but it was verified by TLS mutual authentication using a shared secret.
+ </message>
+
+ <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_PLUS_SHARED_SECRET" desc="The text of the identity section when the page's security is backed by a shared secret (e.g., TLS-SRP) plus a certificate or DNSSEC.">
+ The identity of this website was also verified by TLS mutual authentication using a shared secret.
+ </message>
+
+ <message name="IDS_PAGE_INFO_TLS_USER_IDENTITY" desc="The text of the user identity section when the page's security derives from TLS client login authentication.">
+ You are mutually authenticated to <ph name="DOMAIN_NAME">$1<ex>www.google.com</ex></ph> as <ph name="TLS_USERNAME">$2<ex>user</ex></ph>.
+ </message>
<message name="IDS_PAGE_INFO_EV_IDENTITY_TITLE" desc="The title of the identity section when the page is secure with an EV cert.">
<ph name="ORGANIZATION_NAME">$1<ex>Google Inc</ex></ph> (<ph name="DOMAIN_NAME">$2<ex>www.google.com</ex></ph>)
« no previous file with comments | « no previous file | chrome/app/theme/omnibox_account.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698