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

Unified Diff: net/url_request/url_request_http_job.h

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove "httpsv" scheme, minor NSS/OpenSSL changes Created 9 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
« no previous file with comments | « net/url_request/url_request.cc ('k') | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_http_job.h
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
index 3f9356e62155e9e5c6550a63f2a7aa449b5d9a11..a191369b40af134d568869df5a48d6507767d1d0 100644
--- a/net/url_request/url_request_http_job.h
+++ b/net/url_request/url_request_http_job.h
@@ -81,7 +81,9 @@ class URLRequestHttpJob : public URLRequestJob {
virtual void SetAuth(const string16& username,
const string16& password);
virtual void CancelAuth();
+ virtual void CancelTLSLogin();
virtual void ContinueWithCertificate(X509Certificate* client_cert);
+ virtual void ContinueWithTLSLogin();
virtual void ContinueDespiteLastError();
virtual bool ReadRawData(IOBuffer* buf, int buf_size, int *bytes_read);
virtual void StopCaching();
@@ -100,6 +102,8 @@ class URLRequestHttpJob : public URLRequestJob {
AuthState proxy_auth_state_;
AuthState server_auth_state_;
+ AuthData* tls_login_auth_data_;
+
string16 username_;
string16 password_;
« no previous file with comments | « net/url_request/url_request.cc ('k') | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698