|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 ssl_context,包括所有继承而来的类成员
| is_valid() const noexcept | ssl_context | inline |
| load_certificate(const string &cert_file, const string &key_file) | ssl_context | |
| load_certificate_from_memory(const string &cert_pem, const string &key_pem) | ssl_context | |
| load_verify_locations(const string &ca_file, const string &ca_path="") | ssl_context | |
| native_handle() const noexcept | ssl_context | inline |
| operator bool() const noexcept | ssl_context | inlineexplicit |
| require_client_certificate() | ssl_context | |
| set_alpn_protos(const vector< string > &protocols) | ssl_context | |
| set_cipher_list(const string &ciphers) | ssl_context | |
| set_ciphersuites(const string &ciphersuites) | ssl_context | |
| set_default_options() | ssl_context | |
| set_options(long options) | ssl_context | |
| set_session_cache_size(long size) | ssl_context | |
| set_timeout(long seconds) | ssl_context | |
| set_verify_mode(int mode) | ssl_context | |
| ssl_context(ssl_method method=ssl_method::TLS_SERVER) | ssl_context | explicit |