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

Unified Diff: net/socket/ssl_client_socket_impl.h

Issue 2728303005: Don't use crypto/x509 in SSLClientSocketImpl. (Closed)
Patch Set: fix ios 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: 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 1ca746ee7196a2ca9b9c86a817f9637466f2028f..019c1c57d08c4315564bd53f780734399504f1be 100644
--- a/net/socket/ssl_client_socket_impl.h
+++ b/net/socket/ssl_client_socket_impl.h
@@ -175,11 +175,6 @@ class SSLClientSocketImpl : public SSLClientSocket,
// a certificate for this client.
int ClientCertRequestCallback(SSL* ssl);
- // CertVerifyCallback is called to verify the server's certificates. We do
- // verification after the handshake so this function only enforces that the
- // certificates don't change during renegotiation.
- int CertVerifyCallback(X509_STORE_CTX* store_ctx);
-
// Called after the initial handshake completes and after the server
// certificate has been verified. The order of handshake completion and
// certificate verification depends on whether the connection was false

Powered by Google App Engine
This is Rietveld 408576698