diff options
Diffstat (limited to 'libs/asio/doc/reference.qbk')
-rw-r--r-- | libs/asio/doc/reference.qbk | 84 |
1 files changed, 83 insertions, 1 deletions
diff --git a/libs/asio/doc/reference.qbk b/libs/asio/doc/reference.qbk index 9e7862bfe..27bcb46b9 100644 --- a/libs/asio/doc/reference.qbk +++ b/libs/asio/doc/reference.qbk @@ -1,5 +1,5 @@ [/ - / Copyright (c) 2003-2014 Christopher M. Kohlhoff (chris at kohlhoff dot com) + / Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -54944,6 +54944,7 @@ The time traits type. [indexterm2 no_memory..error::basic_errors] [indexterm2 no_permission..error::basic_errors] [indexterm2 no_protocol_option..error::basic_errors] +[indexterm2 no_such_device..error::basic_errors] [indexterm2 not_connected..error::basic_errors] [indexterm2 not_socket..error::basic_errors] [indexterm2 operation_aborted..error::basic_errors] @@ -55082,6 +55083,11 @@ The time traits type. ] [ + [no_such_device] + [No such device. ] + ] + + [ [not_connected] [Transport endpoint is not connected. ] ] @@ -88549,6 +88555,16 @@ This function is used to launch a new coroutine. ] [ + [[link boost_asio.reference.ssl__context.no_tlsv1_1 [*no_tlsv1_1]]] + [Disable TLS v1.1. ] + ] + + [ + [[link boost_asio.reference.ssl__context.no_tlsv1_2 [*no_tlsv1_2]]] + [Disable TLS v1.2. ] + ] + + [ [[link boost_asio.reference.ssl__context.single_dh_use [*single_dh_use]]] [Always create a new key when using tmp_dh parameters. ] ] @@ -89357,6 +89373,34 @@ Disable TLS v1. +[section:no_tlsv1_1 ssl::context::no_tlsv1_1] + +[indexterm2 no_tlsv1_1..ssl::context] +Disable TLS v1.1. + + + static const long no_tlsv1_1 = implementation_defined; + + + +[endsect] + + + +[section:no_tlsv1_2 ssl::context::no_tlsv1_2] + +[indexterm2 no_tlsv1_2..ssl::context] +Disable TLS v1.2. + + + static const long no_tlsv1_2 = implementation_defined; + + + +[endsect] + + + [section:operator_eq_ ssl::context::operator=] [indexterm2 operator=..ssl::context] @@ -91207,6 +91251,16 @@ The [link boost_asio.reference.ssl__context_base `ssl::context_base`] class is u ] [ + [[link boost_asio.reference.ssl__context_base.no_tlsv1_1 [*no_tlsv1_1]]] + [Disable TLS v1.1. ] + ] + + [ + [[link boost_asio.reference.ssl__context_base.no_tlsv1_2 [*no_tlsv1_2]]] + [Disable TLS v1.2. ] + ] + + [ [[link boost_asio.reference.ssl__context_base.single_dh_use [*single_dh_use]]] [Always create a new key when using tmp_dh parameters. ] ] @@ -91450,6 +91504,34 @@ Disable TLS v1. +[section:no_tlsv1_1 ssl::context_base::no_tlsv1_1] + +[indexterm2 no_tlsv1_1..ssl::context_base] +Disable TLS v1.1. + + + static const long no_tlsv1_1 = implementation_defined; + + + +[endsect] + + + +[section:no_tlsv1_2 ssl::context_base::no_tlsv1_2] + +[indexterm2 no_tlsv1_2..ssl::context_base] +Disable TLS v1.2. + + + static const long no_tlsv1_2 = implementation_defined; + + + +[endsect] + + + [section:options ssl::context_base::options] [indexterm2 options..ssl::context_base] |