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

Unified Diff: components/security_state/core/security_state.h

Issue 2761333002: Add a DevTools warning for a missing subjectAltName (Closed)
Patch Set: Feedback & fixes 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/core/security_state.h
diff --git a/components/security_state/core/security_state.h b/components/security_state/core/security_state.h
index 7de0fa7437b5d1961a67425d30069ce050207ce7..480d25ae6f09181379305a1503b2b06681b42119 100644
--- a/components/security_state/core/security_state.h
+++ b/components/security_state/core/security_state.h
@@ -142,6 +142,10 @@ struct SecurityInfo {
// True if the page displayed credit card field on an HTTP page.
bool displayed_credit_card_field_on_http;
+
+ // True if the server's certificate does not contain a
+ // subjectAltName extension with a domain name or IP address.
+ bool cert_missing_subject_alt_name;
};
// Contains the security state relevant to computing the SecurityInfo
« no previous file with comments | « components/security_state/content/content_utils_unittest.cc ('k') | components/security_state/core/security_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698