summaryrefslogtreecommitdiffstats
path: root/net/base
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-25 23:27:31 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-25 23:27:31 +0000
commit995403c8020b1dc23e57e4ebad8d4f5eb937e40e (patch)
treec33dbfb1a6942ca9911f779d13f2a41b432e5296 /net/base
parent45965de15b7d03722dc2e9cd81edcb7ad7b8d7f2 (diff)
downloadchromium_src-995403c8020b1dc23e57e4ebad8d4f5eb937e40e.zip
chromium_src-995403c8020b1dc23e57e4ebad8d4f5eb937e40e.tar.gz
chromium_src-995403c8020b1dc23e57e4ebad8d4f5eb937e40e.tar.bz2
Handle the TLS no_renegotiation alert message.
R=agl BUG=36835 TEST=Visit https://ssltls.de:1445/otherciphers/ffs.jpg on Windows. The error page should display the error code ERR_SSL_NO_RENEGOTIATION instead of ERR_FAILED. Review URL: http://codereview.chromium.org/652007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
-rw-r--r--net/base/net_error_list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index db94f69..b79658c 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -137,6 +137,9 @@ NET_ERROR(SOCKS_CONNECTION_HOST_UNREACHABLE, -121)
// There is no more data left in the logical stream.
NET_ERROR(END_OF_STREAM, -122)
+// The peer sent an SSL no_renegotiation alert message.
+NET_ERROR(SSL_NO_RENEGOTIATION, -123)
+
// Certificate error codes
//
// The values of certificate error codes must be consecutive.