Diag-Client-Lib
Namespaces | Functions
tls_context.cpp File Reference
#include "boost-support/socket/tls/tls_context.h"
#include <numeric>
#include "boost-support/client/tls/tls_cipher_list.h"
#include "boost-support/server/tls/tls_cipher_list.h"
Include dependency graph for tls_context.cpp:

Go to the source code of this file.

Namespaces

 boost_support
 
 boost_support::socket
 
 boost_support::socket::tls
 
 boost_support::socket::tls::anonymous_namespace{tls_context.cpp}
 

Functions

auto boost_support::socket::tls::anonymous_namespace{tls_context.cpp}::ToOpenSslString (client::tls::Tls12CipherSuites cipher) noexcept -> std::string
 
auto boost_support::socket::tls::anonymous_namespace{tls_context.cpp}::ToOpenSslString (client::tls::Tls13CipherSuites cipher) noexcept -> std::string
 
auto boost_support::socket::tls::anonymous_namespace{tls_context.cpp}::ToOpenSslString (server::tls::Tls12CipherSuites cipher) noexcept -> std::string
 
auto boost_support::socket::tls::anonymous_namespace{tls_context.cpp}::ToOpenSslString (server::tls::Tls13CipherSuites cipher) noexcept -> std::string
 
template<typename CipherType >
auto boost_support::socket::tls::anonymous_namespace{tls_context.cpp}::ConvertCipherListToString (std::initializer_list< CipherType > ciphers) noexcept -> std::string