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

Unified Diff: net/base/net_error_list.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/base/cookie_monster.cc ('k') | net/base/ssl_config_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_error_list.h
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index ab4b45fe6e30b0371f7982fc8b487578a6ba160a..7a1c30d85777f8d4aba62cfd3c72774883ac9d18 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -229,6 +229,15 @@ NET_ERROR(HTTPS_PROXY_TUNNEL_RESPONSE, -140)
// valid, or the CSP won't allow arbitrary data to be signed.
NET_ERROR(SSL_CLIENT_AUTH_SIGNATURE_FAILED, -141)
+// The server requested TLS client authentication using a username and password.
+NET_ERROR(TLS_CLIENT_LOGIN_NEEDED, -142)
+
+// The server indicated that the client's TLS login failed.
+NET_ERROR(TLS_CLIENT_LOGIN_FAILED, -143)
+
+// The server indicated that the pre-shared key or SRP identity is unknown.
+NET_ERROR(SSL_UNKNOWN_PSK_IDENTITY_ALERT, -144)
+
// Certificate error codes
//
// The values of certificate error codes must be consecutive.
« no previous file with comments | « net/base/cookie_monster.cc ('k') | net/base/ssl_config_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698