Diag-Client-Lib
Namespaces | Enumerations
tls_cipher_list.h File Reference
#include <cstdint>
Include dependency graph for tls_cipher_list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 boost_support
 
 boost_support::client
 
 boost_support::client::tls
 

Enumerations

enum class  boost_support::client::tls::Tls12CipherSuites : std::uint16_t {
  boost_support::client::tls::TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 49195 , boost_support::client::tls::TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = 49196 , boost_support::client::tls::TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 = 52393 , boost_support::client::tls::TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = 49187 ,
  boost_support::client::tls::TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 = 49188
}
 The TLS 1.2 cipher suites supported. More...
 
enum class  boost_support::client::tls::Tls13CipherSuites : std::uint16_t {
  boost_support::client::tls::TLS_AES_128_GCM_SHA256 = 4865 , boost_support::client::tls::TLS_AES_256_GCM_SHA384 = 4866 , boost_support::client::tls::TLS_CHACHA20_POLY1305_SHA256 = 4867 , boost_support::client::tls::TLS_AES_128_CCM_SHA256 = 4868 ,
  boost_support::client::tls::TLS_AES_128_CCM_8_SHA256 = 4869
}
 The TLS 1.3 cipher suites supported. More...