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

Unified Diff: net/third_party/nss/ssl/SSLerrs.h

Issue 18346010: net: support ALPN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update patch file. Created 7 years, 6 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/third_party/nss/ssl/SSLerrs.h
diff --git a/net/third_party/nss/ssl/SSLerrs.h b/net/third_party/nss/ssl/SSLerrs.h
index dc22f767751ac7361ffa9dd92728808d3c47b2f6..a72bf010f499fe8055e27d2d0e19c0136a18c063 100644
--- a/net/third_party/nss/ssl/SSLerrs.h
+++ b/net/third_party/nss/ssl/SSLerrs.h
@@ -421,3 +421,6 @@ ER3(SSL_ERROR_DIGEST_FAILURE, (SSL_ERROR_BASE + 130),
ER3(SSL_ERROR_INCORRECT_SIGNATURE_ALGORITHM, (SSL_ERROR_BASE + 131),
"Incorrect signature algorithm specified in a digitally-signed element.")
+
+ER3(SSL_ERROR_BOTH_NPN_AND_ALPN, (SSL_ERROR_BASE + 132),
+"Server attempted to negotiate both ALPN and NPN extensions")

Powered by Google App Engine
This is Rietveld 408576698