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

Unified Diff: net/socket/ssl_client_socket_openssl.h

Issue 949633002: Include both certificate chains in invalid cert reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a comment to cert logger pb Created 5 years, 10 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_openssl.h
diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h
index 6aaf1e16672d65dc753da56ded07c2e90f546a34..419e51342c453c68115a908f48f306d60f4ad305 100644
--- a/net/socket/ssl_client_socket_openssl.h
+++ b/net/socket/ssl_client_socket_openssl.h
@@ -99,11 +99,6 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
int SetReceiveBufferSize(int32 size) override;
int SetSendBufferSize(int32 size) override;
- protected:
- // SSLClientSocket implementation.
- scoped_refptr<X509Certificate> GetUnverifiedServerCertificateChain()
- const override;
-
private:
class PeerCertificateChain;
class SSLContext;

Powered by Google App Engine
This is Rietveld 408576698