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

Unified Diff: net/socket/ssl_server_socket_nss.cc

Issue 10828294: Merge 151198 - Turn off TLS 1.1. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 4 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/base/ssl_config_service.cc ('k') | net/socket/ssl_server_socket_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_server_socket_nss.cc
===================================================================
--- net/socket/ssl_server_socket_nss.cc (revision 151363)
+++ net/socket/ssl_server_socket_nss.cc (working copy)
@@ -101,7 +101,7 @@
completed_handshake_(false) {
ssl_config_.false_start_enabled = false;
ssl_config_.version_min = SSL_PROTOCOL_VERSION_SSL3;
- ssl_config_.version_max = SSL_PROTOCOL_VERSION_TLS1_1;
+ ssl_config_.version_max = SSL_PROTOCOL_VERSION_TLS1;
// TODO(hclam): Need a better way to clone a key.
std::vector<uint8> key_bytes;
« no previous file with comments | « net/base/ssl_config_service.cc ('k') | net/socket/ssl_server_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698