| 
    Diag-Client-Lib
    
   | 
 
#include <cstdint>

Go to the source code of this file.
Namespaces | |
| boost_support | |
| boost_support::server | |
| boost_support::server::tls | |
Enumerations | |
| enum class | boost_support::server::tls::Tls12CipherSuites : std::uint16_t {  boost_support::server::tls::TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 49195 , boost_support::server::tls::TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = 49196 , boost_support::server::tls::TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = 52393 , boost_support::server::tls::TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = 49187 , boost_support::server::tls::TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = 49188 }  | 
| The TLS 1.2 cipher suites supported.  More... | |
| enum class | boost_support::server::tls::Tls13CipherSuites : std::uint16_t {  boost_support::server::tls::TLS_AES_128_GCM_SHA256 = 4865 , boost_support::server::tls::TLS_AES_256_GCM_SHA384 = 4866 , boost_support::server::tls::TLS_CHACHA20_POLY1305_SHA256 = 4867 , boost_support::server::tls::TLS_AES_128_CCM_SHA256 = 4868 , boost_support::server::tls::TLS_AES_128_CCM_8_SHA256 = 4869 }  | 
| The TLS 1.3 cipher suites supported.  More... | |