Additional authentication values and texts
Macros | |
#define | GETDNS_AUTHENTICATION_NONE_TEXT "See getdns_context_set_tls_authentication()" |
#define | GETDNS_AUTHENTICATION_REQUIRED_TEXT "See getdns_context_set_tls_authentication()" |
Typedefs | |
typedef enum getdns_tls_authentication_t | getdns_tls_authentication_t |
Enumerations | |
enum | getdns_tls_authentication_t { GETDNS_AUTHENTICATION_NONE = 1300, GETDNS_AUTHENTICATION_REQUIRED = 1301 } |
Detailed Description
Macro Definition Documentation
#define GETDNS_AUTHENTICATION_NONE_TEXT "See getdns_context_set_tls_authentication()" |
Definition at line 111 of file getdns_extra.h.
#define GETDNS_AUTHENTICATION_REQUIRED_TEXT "See getdns_context_set_tls_authentication()" |
Definition at line 112 of file getdns_extra.h.
Typedef Documentation
typedef enum getdns_tls_authentication_t getdns_tls_authentication_t |
Enumeration Type Documentation
Enumerator | |
---|---|
GETDNS_AUTHENTICATION_NONE | |
GETDNS_AUTHENTICATION_REQUIRED |
Definition at line 106 of file getdns_extra.h.