Home
last modified time | relevance | path

Searched defs:tls_global_options_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h392 struct tls_global_options_t { struct
393 SSL_CTX *global_TLS_CTX;
394 struct peer_cred_head fprint_head; /* trusted client fingerprints */
395 struct peer_cred_head cert_head; /* trusted client cert files */
396 char *keyfile; /* file with private key */
397 char *certfile; /* file with own certificate */
398 char *CAfile; /* file with CA certificate */
399 char *CAdir; /* alternative: path to directory with CA certs */
400 char *x509verify; /* level of peer verification */
401 char *bindhost; /* hostname/IP to bind to */
[all …]