OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 28 07:09:56 GMT 2025