Changeset 84486

Timestamp:
May 25, 2013, 11:50:52 AM (9 years ago)
Author:
chris_kohlhoff
Message:

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);

(No files)

Note: See TracChangeset for help on using the changeset viewer.