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

Unified Diff: net/ssl/ssl_connection_status_flags.h

Issue 2627143003: Remove message about TLS renegotiation info extension. (Closed)
Patch Set: Created 3 years, 11 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/ssl/ssl_connection_status_flags.h
diff --git a/net/ssl/ssl_connection_status_flags.h b/net/ssl/ssl_connection_status_flags.h
index d3062724ef413afc82219491bf90bb6a25a562de..ce6bc55d88a0189b26a0a63e5e48a120aa873c1e 100644
--- a/net/ssl/ssl_connection_status_flags.h
+++ b/net/ssl/ssl_connection_status_flags.h
@@ -22,12 +22,7 @@ enum {
SSL_CONNECTION_COMPRESSION_MASK = 3,
// 1 << 18 was previously used for SSL_CONNECTION_VERSION_FALLBACK.
-
- // The server doesn't support the renegotiation_info extension. If this bit
- // is not set then either the extension isn't supported, or we don't have any
- // knowledge either way. (The latter case will occur when we use an SSL
- // library that doesn't report it, like SChannel.)
- SSL_CONNECTION_NO_RENEGOTIATION_EXTENSION = 1 << 19,
+ // 1 << 19 was previously used for SSL_CONNECTION_NO_RENEGOTIATION_EXTENSION.
// The next three bits are reserved for the SSL version.
SSL_CONNECTION_VERSION_SHIFT = 20,
« ios/chrome/browser/ui/omnibox/page_info_model.cc ('K') | « net/socket/ssl_server_socket_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698