OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls_opt
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/syslogd/
extern.h
50
extern struct tls_global_options_t
tls_opt
;
syslogd.c
299
struct tls_global_options_t
tls_opt
;
variable in typeref:struct:tls_global_options_t
3080
FREEPTR(
tls_opt
.CAdir);
3081
FREEPTR(
tls_opt
.CAfile);
3082
FREEPTR(
tls_opt
.keyfile);
3083
FREEPTR(
tls_opt
.certfile);
3084
FREEPTR(
tls_opt
.x509verify);
3085
FREEPTR(
tls_opt
.bindhost);
3086
FREEPTR(
tls_opt
.bindport);
3087
FREEPTR(
tls_opt
.server);
3088
FREEPTR(
tls_opt
.gen_cert)
[
all
...]
tls.c
152
const char *keyfilename =
tls_opt
.keyfile;
153
const char *certfilename =
tls_opt
.certfile;
154
const char *CAfile =
tls_opt
.CAfile;
155
const char *CApath =
tls_opt
.CAdir;
168
if (
tls_opt
.global_TLS_CTX) /* already initialized */
171
x509verify = getVerifySetting(
tls_opt
.x509verify);
190
if (!
tls_opt
.gen_cert) {
310
tls_opt
.global_TLS_CTX = ctx;
739
* allowed attributes in
tls_opt
766
SLIST_FOREACH(cred, &
tls_opt
.fprint_head, entries)
[
all
...]
sign.c
170
if (
tls_opt
.global_TLS_CTX
171
&& (ssl = SSL_new(
tls_opt
.global_TLS_CTX))) {
Completed in 21 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025