HomeSort by: relevance | last modified time | path
    Searched refs:CAfile (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/syslogd/
tls.c 154 const char *CAfile = tls_opt.CAfile;
248 if (CAfile || CApath) {
249 if (SSL_CTX_load_verify_locations(ctx, CAfile, CApath) != 1) {
250 if (CAfile && CApath)
253 CAfile, CApath, ERR_error_string(
257 "\"%s\": %s\n", (CAfile?CAfile:CApath),
syslogd.h 398 char *CAfile; /* file with CA certificate */
syslogd.c 3081 FREEPTR(tls_opt.CAfile);
3187 {"tls_ca", &tls_opt.CAfile},
3680 tls_opt.CAfile, tls_opt.CAdir,

Completed in 16 milliseconds