[Boost-bugs] [Boost C++ Libraries] #10690: Boost SSL protocols

Subject: [Boost-bugs] [Boost C++ Libraries] #10690: Boost SSL protocols
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-23 15:35:49


#10690: Boost SSL protocols
-----------------------+------------------------------
 Reporter: anonymous | Type: Bugs
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.54.0
 Severity: Problem | Keywords:
-----------------------+------------------------------
 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

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10690>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC