Searched refs:NID_crl_distribution_points (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_purp.c | 282 NID_crl_distribution_points, /* 103 */ in X509_supported_extension() 353 x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, &i, NULL); in setup_crldp()
|
H A D | v3_crld.c | 27 NID_crl_distribution_points, 0, ASN1_ITEM_ref(CRL_DIST_POINTS),
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509V3_get_d2i.pod | 174 CRL Distribution Points NID_crl_distribution_points
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.h | 1225 …{"crlDistributionPoints", "X509v3 CRL Distribution Points", NID_crl_distribution_points, 3, &so[55…
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | obj_mac.h | 2619 #define NID_crl_distribution_points 103 macro
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 2425 crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL); in STACK_OF()
|