2023-10-13 09:07:56 +02:00
|
|
|
[/
|
|
|
|
|
Copyright (c) 2023 Mireo
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
]
|
|
|
|
|
|
2023-10-23 15:45:56 +02:00
|
|
|
[section:TlsContext TlsContext concept]
|
2023-10-13 09:07:56 +02:00
|
|
|
|
2023-10-18 12:16:05 +02:00
|
|
|
`TlsContext` represents an object that defines user's configuration
|
|
|
|
|
for establishing TLS/SSL connections.
|
2023-10-13 09:07:56 +02:00
|
|
|
|
|
|
|
|
The type [asioreflink ssl__context ssl::context] meets these requirements.
|
|
|
|
|
|
2023-10-16 15:57:26 +02:00
|
|
|
[endsect]
|