![]() |
This structure holds TLS context which can be shared (read-only) by all the connections to a specific cluster.
Definition at line 69 of file as_socket.h.
#include "as_socket.h"
Data Fields | |
void * | cert_blacklist |
bool | log_session_info |
SSL_CTX * | ssl_ctx |
void* as_tls_context::cert_blacklist |
Definition at line 71 of file as_socket.h.
bool as_tls_context::log_session_info |
Definition at line 72 of file as_socket.h.
SSL_CTX* as_tls_context::ssl_ctx |
Definition at line 70 of file as_socket.h.