Home
last modified time | relevance | path

Searched refs:DIST_POINT (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/x509v3/
Dv3_crld.c203 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx, in crldp_from_section()
208 DIST_POINT *point = DIST_POINT_new(); in crldp_from_section()
240 STACK_OF(DIST_POINT) *crld; in v2i_crld()
251 DIST_POINT *point; in v2i_crld()
319 ASN1_SEQUENCE(DIST_POINT) = {
320 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
321 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
322 ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2)
323 } ASN1_SEQUENCE_END(DIST_POINT)
325 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT)
[all …]
Dv3_purp.c306 static int setup_dp(X509 *x, DIST_POINT *dp) in setup_dp()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dossl_typ.h160 typedef struct DIST_POINT_st DIST_POINT; typedef
Dx509v3.h203 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
205 DEFINE_STACK_OF(DIST_POINT)
524 DECLARE_ASN1_FUNCTIONS(DIST_POINT)
/freebsd-12-stable/crypto/openssl/crypto/asn1/
Dasn1_item_list.h64 ASN1_ITEM_ref(DIST_POINT),
/freebsd-12-stable/crypto/openssl/include/crypto/
Dx509.h177 STACK_OF(DIST_POINT) *crldp;
/freebsd-12-stable/crypto/openssl/apps/
Dapps.c2052 static const char *get_dp_url(DIST_POINT *dp) in get_dp_url()
2078 static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp) in load_crl_crldp()
2083 DIST_POINT *dp = sk_DIST_POINT_value(crldp, i); in load_crl_crldp()
2102 STACK_OF(DIST_POINT) *crldp; in STACK_OF()
/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx509_vfy.c1418 static int crldp_check_crlissuer(DIST_POINT *dp, X509_CRL *crl, int crl_score) in crldp_check_crlissuer()
1452 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i); in crl_crldp_check()