trantor
Non-blocking I/O cross-platform TCP network library, using C++14
Loading...
Searching...
No Matches
trantor::TLSPolicy Member List

This is the complete list of members for trantor::TLSPolicy, including all inherited members.

allowBrokenChain_ (defined in trantor::TLSPolicy)trantor::TLSPolicyprotected
alpnProtocols_ (defined in trantor::TLSPolicy)trantor::TLSPolicyprotected
caPath_ (defined in trantor::TLSPolicy)trantor::TLSPolicyprotected
certPath_ (defined in trantor::TLSPolicy)trantor::TLSPolicyprotected
defaultClientPolicy(const std::string &hostname="") (defined in trantor::TLSPolicy)trantor::TLSPolicyinlinestatic
defaultServerPolicy(const std::string &certPath, const std::string &keyPath) (defined in trantor::TLSPolicy)trantor::TLSPolicyinlinestatic
getAllowBrokenChain() const (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
getAlpnProtocols() const (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
getAlpnProtocols() (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
getCaPath() const (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
getCertPath() const (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
getConfCmds() const (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
getHostname() const (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
getKeyPath() const (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
getUseOldTLS() const (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
getUseSystemCertStore() const (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
getValidate() const (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
hostname_ (defined in trantor::TLSPolicy)trantor::TLSPolicyprotected
keyPath_ (defined in trantor::TLSPolicy)trantor::TLSPolicyprotected
setAllowBrokenChain(bool allow)trantor::TLSPolicyinline
setAlpnProtocols(const std::vector< std::string > &alpnProtocols)trantor::TLSPolicyinline
setAlpnProtocols(std::vector< std::string > &&alpnProtocols) (defined in trantor::TLSPolicy)trantor::TLSPolicyinline
setCaPath(const std::string &caPath)trantor::TLSPolicyinline
setCertPath(const std::string &certPath)trantor::TLSPolicyinline
setConfCmds(const std::vector< std::pair< std::string, std::string > > &sslConfCmds)trantor::TLSPolicyinline
setHostname(const std::string &hostname)trantor::TLSPolicyinline
setKeyPath(const std::string &keyPath)trantor::TLSPolicyinline
setUseOldTLS(bool useOldTLS)trantor::TLSPolicyinline
setUseSystemCertStore(bool useSystemCertStore)trantor::TLSPolicyinline
setValidate(bool enable)trantor::TLSPolicyinline
sslConfCmds_ (defined in trantor::TLSPolicy)trantor::TLSPolicyprotected
useOldTLS_ (defined in trantor::TLSPolicy)trantor::TLSPolicyprotected
useSystemCertStore_ (defined in trantor::TLSPolicy)trantor::TLSPolicyprotected
validate_ (defined in trantor::TLSPolicy)trantor::TLSPolicyprotected