Go to file
Christopher Kohlhoff 3a5f6881a5 Automatically disable SSL compression.
To mitigate the risk of certain attacks, SSL compression is now disabled
by default. To enable, you can use the new ssl::context::clear_options()
function like so:

  my_context.clear_options(asio::ssl::context::no_compression);
2013-05-25 20:11:15 +10:00
asio Automatically disable SSL compression. 2013-05-25 20:11:15 +10:00