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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 20628006: Reject certificates that are valid for too long. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/ssl/ssl_error_info.cc » ('j') | net/cert/cert_verify_proc.h » ('J')
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 6e26061bc60b66d4c4949d07a0195c9c6aa958e4..9797931b451ec67ac5cf92cb8ced7ef837739cff 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3518,6 +3518,19 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
The server certificate contains a weak cryptographic key.
</message>
+ <message name="IDS_CERT_ERROR_TOO_LONG_VALIDITY_TITLE" desc="Title of the error page for a certificate whose validity period is too long">
+ The server certificate is valid for too long a period!
+ </message>
+ <message name="IDS_CERT_ERROR_TOO_LONG_VALIDITY_DETAILS" desc="Details of the error page for a certificate whose validity period is too long">
+ You attempted to reach <ph name="DOMAIN">&lt;strong&gt;$1<ex>paypal.com</ex>&lt;/strong&gt;</ph>, but the server presented a certificate for which the period is too long.
+ </message>
+ <message name="IDS_CERT_ERROR_TOO_LONG_VALIDITY_EXTRA_INFO_2" desc="2nd paragraph of extra information for a certificate whose validity period is too long">
+ Internet standards bodies have settled on a maximum validity period of 60 months. It is believed that for certificates with validity periods longer than that, the certification authority that issued the certificate cannot ensure that the certificate holder is still the entity they issued the certificate to.
sigbjorn 2013/08/03 17:52:54 Suggestion: Internet standards bodies have found t
palmer 2013/08/21 01:26:25 Done.
+ </message>
+ <message name="IDS_CERT_ERROR_TOO_LONG_VALIDITY_DESCRIPTION" desc="Description of the error page for a certificate whose validity period is too long">
+ The server certificate has a validity period that is too long.
+ </message>
+
<message name="IDS_CERT_ERROR_UNKNOWN_ERROR_TITLE" desc="Title of the error page for an unknown ssl error">
Unknown server certificate error
</message>
« no previous file with comments | « no previous file | chrome/browser/ssl/ssl_error_info.cc » ('j') | net/cert/cert_verify_proc.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698