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

Unified Diff: net/socket/ssl_client_socket_openssl.h

Issue 1076063002: Remove certificates from Channel ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 dc9c7e909882ee98f2014d5c6e46c8d2824991cb..93b4ac3bc5f433e80c6bb662c998b4c3b4373780 100644
--- a/net/socket/ssl_client_socket_openssl.h
+++ b/net/socket/ssl_client_socket_openssl.h
@@ -288,8 +288,7 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
NextProtoStatus npn_status_;
std::string npn_proto_;
// Written by the |channel_id_service_|.
- std::string channel_id_private_key_;
- std::string channel_id_cert_;
+ scoped_ptr<crypto::ECPrivateKey> channel_id_key_;
// True if channel ID extension was negotiated.
bool channel_id_xtn_negotiated_;
// True if the initial handshake has completed.

Powered by Google App Engine
This is Rietveld 408576698