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

Unified Diff: net/socket/ssl_client_socket_nss.cc

Issue 8401024: Disable SPDY IP pooling for SSL connections with client authentication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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_nss.cc
===================================================================
--- net/socket/ssl_client_socket_nss.cc (revision 107497)
+++ net/socket/ssl_client_socket_nss.cc (working copy)
@@ -499,6 +499,8 @@
}
ssl_info->is_issued_by_known_root =
server_cert_verify_result_->is_issued_by_known_root;
+ ssl_info->client_cert_sent =
+ ssl_config_.send_client_cert && ssl_config_.client_cert;
PRUint16 cipher_suite =
SSLConnectionStatusToCipherSuite(ssl_connection_status_);

Powered by Google App Engine
This is Rietveld 408576698