Searched refs:c_cert (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c510 char* s_cert=NULL, *c_key=NULL, *c_cert=NULL; local
517 c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1);
518 if(!s_cert || !c_key || !c_cert)
537 if(!SSL_CTX_use_certificate_chain_file(ctx,c_cert))
538 ssl_path_err("Error setting up SSL_CTX client cert", c_cert);
550 free(c_cert);

Completed in 49 milliseconds