Qsmtp  0.37
starttlsr.h
Go to the documentation of this file.
1 
4 #ifndef STARTTLSR_H
5 #define STARTTLSR_H
6 
7 struct daneinfo;
8 
9 extern int tls_init(const struct daneinfo *d, int cnt);
10 
11 extern const char *clientcertname;
13 #endif
clientcertname
const char * clientcertname
Definition: starttlsr.c:26
tls_init
int tls_init(const struct daneinfo *d, int cnt)
send STARTTLS and handle the connection setup
Definition: starttlsr.c:41
daneinfo
contents of one DNS DANE record
Definition: qdns_dane.h:43