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

Unified Diff: net/http/transport_security_state.h

Issue 2144693004: Add the ability to send Expect-Staple reports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocsp-verify-result
Patch Set: Compile after rebase Created 4 years, 5 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 | « no previous file | net/http/transport_security_state.cc » ('j') | net/http/transport_security_state.cc » ('J')
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 d5283712c57ae28e53a6f63cecd722c136bc7a19..68dfc08ae91f2f8a097e06073c9ea709bb1c888e 100644
--- a/net/http/transport_security_state.h
+++ b/net/http/transport_security_state.h
@@ -449,6 +449,10 @@ class NET_EXPORT TransportSecurityState
const HostPortPair& host_port_pair,
const SSLInfo& ssl_info);
+ void ProcessExpectStaple(const HostPortPair& host_port_pair,
+ const SSLInfo& ssl_info,
+ const std::string& ocsp_response);
Ryan Sleevi 2016/07/19 00:02:49 Documentation is needed here. Just from the header
dadrian 2016/07/19 00:18:54 I modeled this after ProcessExpectCTHeader. It fol
+
// For unit tests only; causes ShouldRequireCT() to return |*required|
// by default (that is, unless a RequireCTDelegate overrides). Set to
// nullptr to reset.
« no previous file with comments | « no previous file | net/http/transport_security_state.cc » ('j') | net/http/transport_security_state.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698