Diag-Client-Lib
Classes | Namespaces | Typedefs
tls_version.h File Reference
#include <cstdint>
#include <initializer_list>
#include "boost-support/server/tls/tls_cipher_list.h"
Include dependency graph for tls_version.h:
This graph shows which files directly or indirectly include this file:

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...