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

Side by Side Diff: components/ssl_errors_strings.grdp

Issue 2504233005: Explicitly mention SHA-1 as a possible cause in the weak cert signature interstitial. (Closed)
Patch Set: Explicitly mention SHA-1 as a possible cause in the weak cert signature interstitial. 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:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_CERT_ERROR_COMMON_NAME_INVALID_DETAILS" desc="Details for a n unsafe common name in an X509 certificate"> 4 <message name="IDS_CERT_ERROR_COMMON_NAME_INVALID_DETAILS" desc="Details for a n unsafe common name in an X509 certificate">
5 This server could not prove that it is <ph name="DOMAIN">&lt;strong&gt;$1<ex >paypal.com</ex>&lt;/strong&gt;</ph>; its security certificate is from <ph name= "DOMAIN2">&lt;strong&gt;$2<ex>fakepaypal.com</ex>&lt;/strong&gt;</ph>. This may be caused by a misconfiguration or an attacker intercepting your connection. <ph name="BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>. 5 This server could not prove that it is <ph name="DOMAIN">&lt;strong&gt;$1<ex >paypal.com</ex>&lt;/strong&gt;</ph>; its security certificate is from <ph name= "DOMAIN2">&lt;strong&gt;$2<ex>fakepaypal.com</ex>&lt;/strong&gt;</ph>. This may be caused by a misconfiguration or an attacker intercepting your connection. <ph name="BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>.
6 </message> 6 </message>
7 <message name="IDS_CERT_ERROR_COMMON_NAME_INVALID_DESCRIPTION" desc="Descripti on for an unsafe common name in an X509 certificate"> 7 <message name="IDS_CERT_ERROR_COMMON_NAME_INVALID_DESCRIPTION" desc="Descripti on for an unsafe common name in an X509 certificate">
8 Server's certificate does not match the URL. 8 Server's certificate does not match the URL.
9 </message> 9 </message>
10 10
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 </message> 73 </message>
74 74
75 <message name="IDS_CERT_ERROR_INVALID_CERT_DETAILS" desc="Details of the error page for an X509 certificate that is invalid"> 75 <message name="IDS_CERT_ERROR_INVALID_CERT_DETAILS" desc="Details of the error page for an X509 certificate that is invalid">
76 You attempted to reach <ph name="DOMAIN">&lt;strong&gt;$1<ex>paypal.com</ex> &lt;/strong&gt;</ph>, but the server presented an invalid certificate. <ph name= "BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<p h name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>. 76 You attempted to reach <ph name="DOMAIN">&lt;strong&gt;$1<ex>paypal.com</ex> &lt;/strong&gt;</ph>, but the server presented an invalid certificate. <ph name= "BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<p h name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>.
77 </message> 77 </message>
78 <message name="IDS_CERT_ERROR_INVALID_CERT_DESCRIPTION" desc="Description of t he error page for an X509 certificate that is invalid"> 78 <message name="IDS_CERT_ERROR_INVALID_CERT_DESCRIPTION" desc="Description of t he error page for an X509 certificate that is invalid">
79 Server's certificate is invalid. 79 Server's certificate is invalid.
80 </message> 80 </message>
81 81
82 <message name="IDS_CERT_ERROR_WEAK_SIGNATURE_ALGORITHM_DETAILS" desc="Details of the error page for a certificate signed using a weak signature algorithm"> 82 <message name="IDS_CERT_ERROR_WEAK_SIGNATURE_ALGORITHM_DETAILS" desc="Details of the error page for a certificate signed using a weak signature algorithm">
83 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 signed using a weak signature algorithm. This means that the security credentials the server presen ted could have been forged, and the server may not be the server you expected (y ou may be communicating with an attacker). <ph name="BEGIN_LEARN_MORE_LINK">&lt; a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LINK" >&lt;/a&gt;</ph>. 83 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 signed using a weak signature algorithm (such as SHA-1). This means that the security credentials t he server presented could have been forged, and the server may not be the server you expected (you may be communicating with an attacker). <ph name="BEGIN_LEARN _MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_ LEARN_MORE_LINK">&lt;/a&gt;</ph>.
84 </message> 84 </message>
85 <message name="IDS_CERT_ERROR_WEAK_SIGNATURE_ALGORITHM_DESCRIPTION" desc="Desc ription of the error page for a certificate signed using a weak signature algori thm"> 85 <message name="IDS_CERT_ERROR_WEAK_SIGNATURE_ALGORITHM_DESCRIPTION" desc="Desc ription of the error page for a certificate signed using a weak signature algori thm">
86 Server's certificate is signed using a weak signature algorithm. 86 Server's certificate is signed using a weak signature algorithm.
87 </message> 87 </message>
88 88
89 <message name="IDS_CERT_ERROR_WEAK_KEY_DETAILS" desc="Details of the error pag e for a certificate containing a weak key"> 89 <message name="IDS_CERT_ERROR_WEAK_KEY_DETAILS" desc="Details of the error pag e for a certificate containing a weak key">
90 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 containing a weak k ey. An attacker could have broken the private key, and the server may not be the server you expected (you may be communicating with an attacker). <ph name="BEGI N_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph nam e="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>. 90 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 containing a weak k ey. An attacker could have broken the private key, and the server may not be the server you expected (you may be communicating with an attacker). <ph name="BEGI N_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph nam e="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>.
91 </message> 91 </message>
92 <message name="IDS_CERT_ERROR_WEAK_KEY_DESCRIPTION" desc="Description of the e rror page for a certificate containing a weak key"> 92 <message name="IDS_CERT_ERROR_WEAK_KEY_DESCRIPTION" desc="Description of the e rror page for a certificate containing a weak key">
93 The server certificate contains a weak cryptographic key. 93 The server certificate contains a weak cryptographic key.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 </message> 157 </message>
158 </if> 158 </if>
159 <if expr="not is_ios and not is_android"> 159 <if expr="not is_ios and not is_android">
160 <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details for an X509 certificate with an invalid authority"> 160 <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details for an X509 certificate with an invalid authority">
161 This server could not prove that it is <ph name="DOMAIN">&lt;strong&gt;$ 1<ex>paypal.com</ex>&lt;/strong&gt;</ph>; its security certificate is not truste d by your computer's operating system. This may be caused by a misconfiguration or an attacker intercepting your connection. <ph name="BEGIN_LEARN_MORE_LINK">&l t;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LIN K">&lt;/a&gt;</ph>. 161 This server could not prove that it is <ph name="DOMAIN">&lt;strong&gt;$ 1<ex>paypal.com</ex>&lt;/strong&gt;</ph>; its security certificate is not truste d by your computer's operating system. This may be caused by a misconfiguration or an attacker intercepting your connection. <ph name="BEGIN_LEARN_MORE_LINK">&l t;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LIN K">&lt;/a&gt;</ph>.
162 </message> 162 </message>
163 </if> 163 </if>
164 </if> 164 </if>
165 165
166 </grit-part> 166 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698