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

Unified Diff: net/http/transport_security_state.h

Issue 2084783002: Cleanup HPKP error handling and weak DH key handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@require_ct_enforcer
Patch Set: Fix bad test Created 4 years, 6 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 | « components/ssl_errors/error_info.cc ('k') | net/http/transport_security_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_state.h
diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
index 2988f3ad8a49e9fe072795af4c4b2b9654cb20e0..c0dade1b2bb60e590e30e068a9c11aa4f01bce31 100644
--- a/net/http/transport_security_state.h
+++ b/net/http/transport_security_state.h
@@ -86,10 +86,6 @@ class NET_EXPORT TransportSecurityState
// ShouldUpgradeToSSL returns true iff HTTP requests should be internally
// redirected to HTTPS (also if WS should be upgraded to WSS).
bool ShouldUpgradeToSSL() const;
-
- // ShouldSSLErrorsBeFatal returns true iff HTTPS errors should cause
- // hard-fail behavior (e.g. if HSTS is set for the domain).
- bool ShouldSSLErrorsBeFatal() const;
};
class NET_EXPORT STSStateIterator {
@@ -163,10 +159,6 @@ class NET_EXPORT TransportSecurityState
// |bad_static_spki_hashes|, or |dynamic_spki_hashes| contains any
// items.
bool HasPublicKeyPins() const;
-
- // ShouldSSLErrorsBeFatal returns true iff HTTPS errors should cause
- // hard-fail behavior (e.g. if HSTS is set for the domain).
- bool ShouldSSLErrorsBeFatal() const;
};
class NET_EXPORT PKPStateIterator {
« no previous file with comments | « components/ssl_errors/error_info.cc ('k') | net/http/transport_security_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698