Searched refs:X509_load_crl_file (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | X509_LOOKUP_hash_dir.pod | 7 X509_load_crl_file, 22 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type); 40 B<X509_load_crl_file>. These functions support parameter I<type>, which 47 B<X509_load_crl_file> can load both PEM and DER formats depending of 138 X509_load_cert_file(), X509_load_crl_file() and X509_load_cert_crl_file() return
|
/openssl/test/ |
H A D | x509_load_cert_file_test.c | 40 if (crl != NULL && !TEST_true(X509_load_crl_file(lookup, crl, X509_FILETYPE_PEM))) in test_load_cert_file()
|
/openssl/crypto/x509/ |
H A D | by_file.c | 170 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file() function
|
H A D | by_dir.c | 337 if ((X509_load_crl_file(xl, b->data, ent->dir_type)) == 0) in get_cert_by_subject_ex()
|
/openssl/include/openssl/ |
H A D | x509_vfy.h.in | 616 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type);
|
/openssl/util/ |
H A D | libcrypto.num | 3496 X509_load_crl_file 3575 3_0_0 EXIST::FUNCTION:
|
Completed in 30 milliseconds