Home
last modified time | relevance | path

Searched refs:NID_crl_distribution_points (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_purp.c282 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 Dv3_crld.c27 NID_crl_distribution_points, 0, ASN1_ITEM_ref(CRL_DIST_POINTS),
/freebsd/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod174 CRL Distribution Points NID_crl_distribution_points
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h1225 …{"crlDistributionPoints", "X509v3 CRL Distribution Points", NID_crl_distribution_points, 3, &so[55…
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h2619 #define NID_crl_distribution_points 103 macro
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2425 crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL); in STACK_OF()