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

Unified Diff: third_party/tlslite/tlslite/constants.py

Issue 109563002: net: add test for TLS_FALLBACK_SCSV (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typo fix. Created 7 years 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: third_party/tlslite/tlslite/constants.py
diff --git a/third_party/tlslite/tlslite/constants.py b/third_party/tlslite/tlslite/constants.py
index b5a345a2e548e2012329a7cbc0dae6cade4187ed..23e3dcb79386c0a1ed19c081484e94362ca50f88 100644
--- a/third_party/tlslite/tlslite/constants.py
+++ b/third_party/tlslite/tlslite/constants.py
@@ -91,6 +91,7 @@ class AlertDescription:
protocol_version = 70
insufficient_security = 71
internal_error = 80
+ inappropriate_fallback = 86
user_canceled = 90
no_renegotiation = 100
unknown_srp_username = 120

Powered by Google App Engine
This is Rietveld 408576698