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

◆ GETDNS_AUTHENTICATION_NONE_TEXT

#define GETDNS_AUTHENTICATION_NONE_TEXT   "See getdns_context_set_tls_authentication()"

Definition at line 148 of file getdns_extra.h.

◆ GETDNS_AUTHENTICATION_REQUIRED_TEXT

#define GETDNS_AUTHENTICATION_REQUIRED_TEXT   "See getdns_context_set_tls_authentication()"

Definition at line 149 of file getdns_extra.h.

Typedef Documentation

◆ getdns_tls_authentication_t

Enumeration Type Documentation

◆ getdns_tls_authentication_t

Enumerator
GETDNS_AUTHENTICATION_NONE 
GETDNS_AUTHENTICATION_REQUIRED 

Definition at line 143 of file getdns_extra.h.