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

Unified Diff: net/base/ssl_info.h

Issue 8401024: Disable SPDY IP pooling for SSL connections with client authentication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove an incorrect test case 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
« no previous file with comments | « no previous file | net/base/ssl_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/ssl_info.h
===================================================================
--- net/base/ssl_info.h (revision 107497)
+++ net/base/ssl_info.h (working copy)
@@ -63,6 +63,10 @@
// standard CA root. (As opposed to a user-installed root.)
bool is_issued_by_known_root;
+ // True if a client certificate was sent to the server. Note that sending
+ // a Certificate message with no client certificate in it does not count.
+ bool client_cert_sent;
+
HandshakeType handshake_type;
// The hashes of the SubjectPublicKeyInfos from each certificate in the chain.
« no previous file with comments | « no previous file | net/base/ssl_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698