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

Unified Diff: components/security_state_strings.grdp

Issue 2761333002: Add a DevTools warning for a missing subjectAltName (Closed)
Patch Set: iOS & NSS fix Created 3 years, 9 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
Index: components/security_state_strings.grdp
diff --git a/components/security_state_strings.grdp b/components/security_state_strings.grdp
index a193d68acd303b307bdcddc9989eef798bc81568..0e8ffe39c4a5d205108fbc129f824a8e7d91a327 100644
--- a/components/security_state_strings.grdp
+++ b/components/security_state_strings.grdp
@@ -13,6 +13,12 @@
<message name="IDS_SHA1_DESCRIPTION" desc="Description of a security problem where the site's certificate chain contains a SHA1 signature." translateable="false">
The certificate chain for this site contains a certificate signed using SHA-1.
</message>
+ <message name="IDS_SUBJECT_ALT_NAME_MISSING" desc="Summary phrase for a security problem where the site's certificate is missing a subjectAltName extension." translateable="false">
+ Subject Alternative Name Missing
+ </message>
+ <message name="IDS_SUBJECT_ALT_NAME_MISSING_DESCRIPTION" desc="Description of a security problem where the site's certificate is missing a subjectAltName extension." translateable="false">
+ The certificate for this site does not contain a Subject Alternative Name extension.
eroman 2017/03/21 21:09:54 ... containing a domain name or ip ?
lgarron 2017/03/21 21:22:52 "does not contain a valid Subject Alternative Name
+ </message>
<message name="IDS_CERTIFICATE_CHAIN_ERROR" desc="Summary phrase for a security problem with the site's certificate." translateable="false">
Certificate Error
</message>

Powered by Google App Engine
This is Rietveld 408576698