Disable SSLv3

This commit is contained in:
Mark Travis
2014-10-15 12:30:06 -07:00
committed by Tom Ritchford
parent 96a3a34fa4
commit f034b02b92

View File

@@ -238,6 +238,7 @@ public:
m_context.set_default_verify_paths ();
m_context.set_options (
boost::asio::ssl::context::no_sslv2 |
boost::asio::ssl::context::no_sslv3 |
boost::asio::ssl::context::single_dh_use |
boost::asio::ssl::context::default_workarounds);
//m_context.set_verify_mode (boost::asio::ssl::verify_peer);