Chromium Code Reviews| Index: net/socket/ssl_client_socket_impl.cc |
| diff --git a/net/socket/ssl_client_socket_impl.cc b/net/socket/ssl_client_socket_impl.cc |
| index d1edfbb5e5fc8fa678c9c7669c6e650aba026f1e..6c2a10f6cf458e215fa49eeeff60ebfb3ad3071c 100644 |
| --- a/net/socket/ssl_client_socket_impl.cc |
| +++ b/net/socket/ssl_client_socket_impl.cc |
| @@ -974,7 +974,7 @@ int SSLClientSocketImpl::Init() { |
| // immediately. |
| std::string command; |
| #if !defined(OS_NACL) |
| - if (base::FeatureList::IsEnabled(kPostQuantumExperiment)) { |
| + if (false && base::FeatureList::IsEnabled(kPostQuantumExperiment)) { |
|
Sergey Ulanov
2016/07/08 21:31:46
Shouldn't be part of this CL
Also Joe landed a fix
Hzj_jie
2016/07/10 22:04:57
Sorry, this change has been started before Joe's f
|
| // These are experimental, non-standard ciphersuites. They are part of an |
| // experiment in post-quantum cryptography. They're not intended to |
| // represent a de-facto standard, and will be removed from BoringSSL in |