summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_client_socket.h
diff options
context:
space:
mode:
authorwtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-14 01:05:14 +0000
committerwtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-14 01:05:14 +0000
commite69d8f8ec81cf42a69a42b4beab5d1b79fa1c146 (patch)
tree185c2d3a96f0ae6a7716f59d7d36a7d500b9ba26 /net/base/ssl_client_socket.h
parent25ab0c6f7454bc7a8a61478f0ef39082dc75bf1e (diff)
downloadchromium_src-e69d8f8ec81cf42a69a42b4beab5d1b79fa1c146.zip
chromium_src-e69d8f8ec81cf42a69a42b4beab5d1b79fa1c146.tar.gz
chromium_src-e69d8f8ec81cf42a69a42b4beab5d1b79fa1c146.tar.bz2
Support servers that request but don't require SSL
client authentication. R=rvargas BUG=166 Review URL: http://codereview.chromium.org/7291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/ssl_client_socket.h')
-rw-r--r--net/base/ssl_client_socket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/base/ssl_client_socket.h b/net/base/ssl_client_socket.h
index bd72928..100e514 100644
--- a/net/base/ssl_client_socket.h
+++ b/net/base/ssl_client_socket.h
@@ -142,6 +142,9 @@ class SSLClientSocket : public ClientSocket {
// We have to pass a 'result' of OK to the DoLoop method, and don't want it
// to be interpreted as EOF.
bool ignore_ok_result_;
+
+ // True if the user has no client certificate.
+ bool no_client_cert_;
};
} // namespace net