Regenerate documentation.
diff --git a/asio/src/doc/reference.qbk b/asio/src/doc/reference.qbk index 15b98d2..a7be1b3 100644 --- a/asio/src/doc/reference.qbk +++ b/asio/src/doc/reference.qbk
@@ -54944,6 +54944,7 @@ [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 @@ ] [ + [no_such_device] + [No such device. ] + ] + + [ [not_connected] [Transport endpoint is not connected. ] ] @@ -89035,6 +89041,16 @@ ] [ + [[link asio.reference.ssl__context.no_tlsv1_1 [*no_tlsv1_1]]] + [Disable TLS v1.1. ] + ] + + [ + [[link asio.reference.ssl__context.no_tlsv1_2 [*no_tlsv1_2]]] + [Disable TLS v1.2. ] + ] + + [ [[link asio.reference.ssl__context.single_dh_use [*single_dh_use]]] [Always create a new key when using tmp_dh parameters. ] ] @@ -89843,6 +89859,34 @@ +[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] @@ -91693,6 +91737,16 @@ ] [ + [[link asio.reference.ssl__context_base.no_tlsv1_1 [*no_tlsv1_1]]] + [Disable TLS v1.1. ] + ] + + [ + [[link asio.reference.ssl__context_base.no_tlsv1_2 [*no_tlsv1_2]]] + [Disable TLS v1.2. ] + ] + + [ [[link asio.reference.ssl__context_base.single_dh_use [*single_dh_use]]] [Always create a new key when using tmp_dh parameters. ] ] @@ -91936,6 +91990,34 @@ +[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]