Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_purp.c324 NID_crl_distribution_points, /* 103 */ in X509_supported_extension()
395 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.pod185 CRL Distribution Points NID_crl_distribution_points
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_asn.c705 crldps = X509_get_ext_d2i(cert, NID_crl_distribution_points, NULL, NULL); in OSSL_CMP_CRLSTATUS_create()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h1458 …{"crlDistributionPoints", "X509v3 CRL Distribution Points", NID_crl_distribution_points, 3, &so[55…
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2526 crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL); in STACK_OF()
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h2722 #define NID_crl_distribution_points 103 macro