| add_verify_path(const char *path) | caf::net::ssl::context | |
| add_verify_path(const std::string &path) | caf::net::ssl::context | |
| append_next_error_string(std::string &buf) | caf::net::ssl::context | static |
| context()=delete (defined in caf::net::ssl::context) | caf::net::ssl::context | |
| context(context &&other) (defined in caf::net::ssl::context) | caf::net::ssl::context | |
| enable(bool flag) | caf::net::ssl::context | static |
| enable_default_verify_paths() | caf::net::ssl::context | |
| from_native(void *native_handle) | caf::net::ssl::context | static |
| has_error() noexcept | caf::net::ssl::context | static |
| last_error() | caf::net::ssl::context | static |
| last_error_or(error default_error) | caf::net::ssl::context | static |
| last_error_or_unexpected(std::string_view description) | caf::net::ssl::context | static |
| last_error_string() | caf::net::ssl::context | static |
| load_verify_file(const char *path) | caf::net::ssl::context | |
| load_verify_file(const std::string &path) | caf::net::ssl::context | |
| make(tls min_version, tls max_version=tls::any) | caf::net::ssl::context | static |
| make(dtls min_version, dtls max_version=dtls::any) | caf::net::ssl::context | static |
| make_client(tls min_version, tls max_version=tls::any) | caf::net::ssl::context | static |
| make_client(dtls min_version, dtls max_version=dtls::any) | caf::net::ssl::context | static |
| make_server(tls min_version, tls max_version=tls::any) | caf::net::ssl::context | static |
| make_server(dtls min_version, dtls max_version=dtls::any) | caf::net::ssl::context | static |
| native_handle() const noexcept | caf::net::ssl::context | |
| new_connection(stream_socket fd) | caf::net::ssl::context | |
| new_connection(stream_socket fd, close_on_shutdown_t) | caf::net::ssl::context | |
| next_error_string() | caf::net::ssl::context | static |
| operator bool() const noexcept (defined in caf::net::ssl::context) | caf::net::ssl::context | explicit |
| operator!() const noexcept (defined in caf::net::ssl::context) | caf::net::ssl::context | |
| operator=(context &&other) (defined in caf::net::ssl::context) | caf::net::ssl::context | |
| password(std::string password) | caf::net::ssl::context | |
| password_callback(PasswordCallback callback) | caf::net::ssl::context | |
| use_certificate_chain_file(const char *path) | caf::net::ssl::context | |
| use_certificate_chain_file(const std::string &path) | caf::net::ssl::context | |
| use_certificate_file(const char *path, format file_format) | caf::net::ssl::context | |
| use_certificate_file(const std::string &path, format file_format) | caf::net::ssl::context | |
| use_private_key_file(const char *path, format file_format) | caf::net::ssl::context | |
| use_private_key_file(const std::string &path, format file_format) | caf::net::ssl::context | |
| verify_mode(verify_t flags) | caf::net::ssl::context | |
| ~context() (defined in caf::net::ssl::context) | caf::net::ssl::context | |