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

/freebsd-13-stable/contrib/sendmail/src/
H A Dtls.c782 BIO *crl_file; local
787 crl_file = BIO_new(BIO_s_file());
788 if (crl_file == NULL)
796 if (BIO_read_filename(crl_file, filename) < 0)
804 BIO_free(crl_file);
808 crl = PEM_read_bio_X509_CRL(crl_file, NULL, NULL, NULL);
815 BIO_free(crl_file);
819 BIO_free(crl_file);
/freebsd-13-stable/lib/libfetch/
H A Dcommon.c1080 const char *ca_cert_file, *ca_cert_path, *crl_file; local
1110 if ((crl_file = getenv("SSL_CRL_FILE")) != NULL) {
1112 fetch_info("Using CRL file: %s", crl_file);
1117 !X509_load_crl_file(crl_lookup, crl_file,
1121 crl_file);
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_client.c908 char *sess_in = NULL, *crl_file = NULL, *p; local
1110 crl_file = opt_arg();
1684 if (crl_file != NULL) {
1686 crl = load_crl(crl_file, crl_format);
H A Ds_server.c988 char *crl_file = NULL, *prog; local
1192 crl_file = opt_arg();
1713 if (crl_file != NULL) {
1715 crl = load_crl(crl_file, crl_format);

Completed in 76 milliseconds