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

Unified Diff: net/socket/ssl_client_socket_impl.h

Issue 2076363002: Introduce the ability to require CT for specific hosts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@require_ct_enforcer
Patch Set: Android is weird 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 | « net/quic/crypto/proof_verifier_chromium_test.cc ('k') | net/socket/ssl_client_socket_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_client_socket_impl.h
diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h
index 97fa2929d50d880c857b46bcc5da5043686b64e6..920b8e5210655c1c5e1f3e200c8be2409bdb2535 100644
--- a/net/socket/ssl_client_socket_impl.h
+++ b/net/socket/ssl_client_socket_impl.h
@@ -133,7 +133,6 @@ class SSLClientSocketImpl : public SSLClientSocket {
int DoVerifyCertComplete(int result);
void DoConnectCallback(int result);
void UpdateServerCert();
- void VerifyCT();
void OnHandshakeIOComplete(int result);
void OnSendComplete(int result);
@@ -156,6 +155,7 @@ class SSLClientSocketImpl : public SSLClientSocket {
void BufferRecvComplete(int result);
void TransportWriteComplete(int result);
int TransportReadComplete(int result);
+ int VerifyCT();
// Callback from the SSL layer that indicates the remote server is requesting
// a certificate for this client.
« no previous file with comments | « net/quic/crypto/proof_verifier_chromium_test.cc ('k') | net/socket/ssl_client_socket_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698