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

Unified Diff: net/base/net_error_list.h

Issue 619463002: net: disable SSLv3 fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 6 years, 3 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
Index: net/base/net_error_list.h
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index b805dd6ac7ecb01ddd4248bf412d78fb4973b123..e74e78a57ea31e98fde7f046108aea147e50c6f7 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -336,6 +336,10 @@ NET_ERROR(SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE, -163)
// library.
NET_ERROR(SSL_CLIENT_AUTH_CERT_BAD_FORMAT, -164)
+// The SSL connection needed a fallback version less than the configured
+// minimum fallback version.
Ryan Sleevi 2014/09/30 19:34:19 This reads a little weird. Perhaps something like
agl 2014/10/01 21:10:53 Done.
+NET_ERROR(SSL_NEEDS_MORE_FALLBACK, -165)
Ryan Sleevi 2014/09/30 19:34:19 NEEDS_MORE_FALLBACK is... a little less descriptiv
agl 2014/10/01 21:10:53 Went with SSL_FALLBACK_BEYOND_MINIMUM_VERSION.
+
// Certificate error codes
//
// The values of certificate error codes must be consecutive.

Powered by Google App Engine
This is Rietveld 408576698