MySQL 8.0.37
Source Code Documentation
TlsClientContext Member List

This is the complete list of members for TlsClientContext, including all inherited members.

cipher_list(const std::string &ciphers)TlsClientContext
TlsContext::cipher_list() constTlsContext
cipher_suites(const std::string &ciphers)TlsClientContext
crl(const std::string &crl_file, const std::string &crl_path)TlsContext
curves_list(const std::string &curves)TlsContext
get() constTlsContextinline
has_set_cipher_suites()TlsContextinlinestatic
has_set_curves_list()TlsContextinlinestatic
info_callback(InfoCallback)TlsContext
info_callback() constTlsContext
InfoCallback typedefTlsContext
min_version() constTlsContext
security_level() constTlsContext
session_cache_hits() constTlsContext
ssl_ca(const std::string &ca_file, const std::string &ca_path)TlsContext
ssl_ctx_TlsContextprotected
TlsClientContext(TlsVerify mode=TlsVerify::PEER)TlsClientContext
TlsContext(const SSL_METHOD *method)TlsContextexplicit
verify(TlsVerify verify)TlsClientContext
verify_hostname(const std::string &server_host)TlsClientContext
version_range(TlsVersion min_version, TlsVersion max_version)TlsContext