Kill folly::SSLContext::switchCiphersIfTLS11.
authorXiangyu Bu <xbu@fb.com>
Wed, 26 Jul 2017 18:32:54 +0000 (11:32 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 26 Jul 2017 18:54:15 +0000 (11:54 -0700)
commit4fbcb4b8f2fa332bbe2d491340b4995ac553e025
treef8c46feaf38443d252f6cdccd496452c8ae5ac09
parent709f4ff7a85a701eadbf5650ddcd8c8d9927ef34
Kill folly::SSLContext::switchCiphersIfTLS11.

Summary: It has been years since BEAST attack surfaced. The vulnerabilities have been patched and the mitigation using RC4 cipher is no longer needed. This diff removes the code relevant to mitigating BEAST years ago.

Reviewed By: anirudhvr

Differential Revision: D5409859

fbshipit-source-id: 58178e68a447f372b19491832a7be590af9402e9
folly/io/async/SSLContext.cpp
folly/io/async/SSLContext.h