id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10690,Boost SSL protocols,anonymous,chris_kohlhoff,"Hello, I use Boost SSL socket. I want to disable the TLS security protocol so I use set_options like this: m_context.set_options(ssl::context::no_tlsv1); But it only disables TLSv1, not TLSv1.1 and TLSv1.2. I looked at the boost source code and I saw this : BOOST_ASIO_STATIC_CONSTANT(long, no_tlsv1 = SSL_OP_NO_TLSv1); Why SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2 are not wrapped ? Thx",Bugs,new,To Be Determined,asio,Boost 1.54.0,Problem,,,