All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_tls_context Struct Reference

Detailed Description

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"

+ Collaboration diagram for as_tls_context:

Data Fields

void * cert_blacklist
 
bool log_session_info
 
SSL_CTX * ssl_ctx
 

Field Documentation

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.


The documentation for this struct was generated from the following file: