Searched refs:crl_file (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-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-11-stable/crypto/openssl/apps/
H A Ds_server.c1135 char *crl_file = NULL; local
1215 crl_file = *(++argv);
1692 if (crl_file) {
1694 crl = load_crl(crl_file, crl_format);
H A Ds_client.c744 char *crl_file = NULL; local
817 crl_file = *(++argv);
1236 if (crl_file) {
1238 crl = load_crl(crl_file, crl_format);
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c790 const char *ca_cert_file, *ca_cert_path, *crl_file; local
820 if ((crl_file = getenv("SSL_CRL_FILE")) != NULL) {
822 fetch_info("Using CRL file: %s", crl_file);
827 !X509_load_crl_file(crl_lookup, crl_file,
831 crl_file);

Completed in 157 milliseconds