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

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10690: Boost SSL protocols
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-08-16 13:47:14


#10690: Boost SSL protocols
-------------------------------+----------------------------
  Reporter: anonymous | Owner: chris_kohlhoff
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: asio
   Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------------

Comment (by anonymous):

 Replying to [ticket:10690 anonymous]:
> 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#comment:4>
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:20 UTC