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

Unified Diff: net/base/ssl_cert_request_info.h

Issue 6017010: Ensure that when using False Start + client auth, bad client certificates are not cached (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mac compile Created 9 years, 11 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_cert_request_info.cc » ('j') | net/http/http_network_transaction.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/ssl_cert_request_info.h
diff --git a/net/base/ssl_cert_request_info.h b/net/base/ssl_cert_request_info.h
index 22eecfe05cc9832a31dd84de7970b9288da03ea6..416e902775269cefabc9de58a99a726bc6f61a7c 100644
--- a/net/base/ssl_cert_request_info.h
+++ b/net/base/ssl_cert_request_info.h
@@ -22,6 +22,9 @@ class SSLCertRequestInfo
public:
SSLCertRequestInfo();
+ // Resets the SSLCertRequestInfo as if no certificate had been requested.
wtc 2011/01/12 00:21:09 You just need to say "to zero/null/empty values".
+ void Reset();
+
// The host and port of the SSL server that requested client authentication.
std::string host_and_port;
« no previous file with comments | « no previous file | net/base/ssl_cert_request_info.cc » ('j') | net/http/http_network_transaction.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698