Client TLS Context.
Definition: tls_client_context.h:39
wraps SSL_CTX.
Definition: tls_context.h:85
std::vector< std::string > cipher_list() const
get current cipher-list.
Definition: tls_context.cc:358
bool verify(const std::string &digest, const std::string &message, const std::string &public_key_content)
Verify a message signed by the private key pair of the provided public key.
Definition: ssl.cc:115
TlsVerify
Verification of Cerifiticates.
Definition: tls_context.h:62