boost::corosio::tls_context::set_min_protocol_version
Set the minimum TLS protocol version.
Synopsis
Declared in <boost/corosio/tls_context.hpp>
std::error_code
set_min_protocol_version(tls_version v);
Description
Connections will reject protocol versions older than this. The default allows TLS 1.2 and newer.
See Also
set_max_protocol_version
Created with MrDocs