![]() |
pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
|
#include <include/crm/common/tls_internal.h>
Data Fields | ||
bool | server | |
gnutls_dh_params_t | dh_params | |
gnutls_credentials_type_t | cred_type | |
const char * | ca_file | |
const char * | cert_file | |
const char * | crl_file | |
const char * | key_file | |
union { | ||
gnutls_anon_server_credentials_t anon_s | ||
gnutls_anon_client_credentials_t anon_c | ||
gnutls_certificate_credentials_t cert | ||
gnutls_psk_server_credentials_t psk_s | ||
gnutls_psk_client_credentials_t psk_c | ||
} | credentials | |
Definition at line 22 of file tls_internal.h.
gnutls_anon_client_credentials_t pcmk__tls_t::anon_c |
Definition at line 34 of file tls_internal.h.
gnutls_anon_server_credentials_t pcmk__tls_t::anon_s |
Definition at line 33 of file tls_internal.h.
const char* pcmk__tls_t::ca_file |
Definition at line 27 of file tls_internal.h.
gnutls_certificate_credentials_t pcmk__tls_t::cert |
Definition at line 35 of file tls_internal.h.
const char* pcmk__tls_t::cert_file |
Definition at line 28 of file tls_internal.h.
gnutls_credentials_type_t pcmk__tls_t::cred_type |
Definition at line 25 of file tls_internal.h.
union { ... } pcmk__tls_t::credentials |
const char* pcmk__tls_t::crl_file |
Definition at line 29 of file tls_internal.h.
gnutls_dh_params_t pcmk__tls_t::dh_params |
Definition at line 24 of file tls_internal.h.
const char* pcmk__tls_t::key_file |
Definition at line 30 of file tls_internal.h.
gnutls_psk_client_credentials_t pcmk__tls_t::psk_c |
Definition at line 37 of file tls_internal.h.
gnutls_psk_server_credentials_t pcmk__tls_t::psk_s |
Definition at line 36 of file tls_internal.h.
bool pcmk__tls_t::server |
Definition at line 23 of file tls_internal.h.