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

Unified Diff: net/ssl/ssl_config.cc

Issue 1131763002: Reject renegotiations in SSLClientSocket by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NSS greediness... Created 5 years, 7 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
« no previous file with comments | « net/ssl/ssl_config.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_config.cc
diff --git a/net/ssl/ssl_config.cc b/net/ssl/ssl_config.cc
index 42445af64a7b3d5e9869c2e9a6a6c186c64eee49..966ada66786df654d32e4925ee76aea806806c6e 100644
--- a/net/ssl/ssl_config.cc
+++ b/net/ssl/ssl_config.cc
@@ -31,6 +31,7 @@ SSLConfig::SSLConfig()
verify_ev_cert(false),
version_fallback(false),
cert_io_enabled(true),
+ renego_allowed_default(false),
fastradio_padding_enabled(false),
fastradio_padding_eligible(false) {
}
« no previous file with comments | « net/ssl/ssl_config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698