Files
mqtt5/doc/qbk/reference/concepts/TlsContext.qbk
Korina Šimičević 64cb24dbd6 [mqtt-client] doc generation no longer uses docca
Summary: related to T12804

Reviewers: ivica

Reviewed By: ivica

Subscribers: iljazovic, miljen

Differential Revision: https://repo.mireo.local/D26219
2023-10-24 07:59:52 +02:00

16 lines
428 B
Plaintext

[/
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)
]
[section:TlsContext TlsContext concept]
`TlsContext` represents an object that defines user's configuration
for establishing TLS/SSL connections.
The type [asioreflink ssl__context ssl::context] meets these requirements.
[endsect]