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

  /src/usr.sbin/syslogd/
syslogd.h 398 char *CAfile; /* file with CA certificate */
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),

Completed in 53 milliseconds