Diag-Client-Lib
|
#include <cstdint>
#include <initializer_list>
#include "boost-support/server/tls/tls_cipher_list.h"
Go to the source code of this file.
Classes | |
struct | boost_support::server::tls::detail::TlsVersion< CipherSuite > |
Template type for Tls version. More... | |
Namespaces | |
boost_support | |
boost_support::server | |
boost_support::server::tls | |
boost_support::server::tls::detail | |
Typedefs | |
using | boost_support::server::tls::TlsVersion12 = detail::TlsVersion< Tls12CipherSuites > |
Strong type for TLS version 1.2. More... | |
using | boost_support::server::tls::TlsVersion13 = detail::TlsVersion< Tls13CipherSuites > |
Strong type for TLS version 1.3. More... | |