Searched refs:crldp (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/x509/ |
H A D | x_x509.c | 48 CRL_DIST_POINTS_free(ret->crldp); in x509_cb() 79 ret->crldp = NULL; in x509_cb() 89 CRL_DIST_POINTS_free(ret->crldp); in x509_cb()
|
H A D | v3_purp.c | 356 x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, &i, NULL); in setup_crldp() 357 if (x->crldp == NULL && i != -1) in setup_crldp() 360 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) { in setup_crldp() 361 int res = setup_dp(x, sk_DIST_POINT_value(x->crldp, i)); in setup_crldp()
|
H A D | x509_vfy.c | 1530 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) { in crl_crldp_check() 1531 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i); in crl_crldp_check()
|
/openssl/apps/lib/ |
H A D | apps.c | 2454 static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp) in load_crl_crldp() argument 2459 for (i = 0; i < sk_DIST_POINT_num(crldp); i++) { in load_crl_crldp() 2460 DIST_POINT *dp = sk_DIST_POINT_value(crldp, i); in load_crl_crldp() 2480 STACK_OF(DIST_POINT) *crldp; in STACK_OF() 2486 crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL); in STACK_OF() 2487 crl = load_crl_crldp(crldp); in STACK_OF() 2488 sk_DIST_POINT_pop_free(crldp, DIST_POINT_free); in STACK_OF() 2495 crldp = X509_get_ext_d2i(x, NID_freshest_crl, NULL, NULL); in STACK_OF() 2496 crl = load_crl_crldp(crldp); in STACK_OF() 2497 sk_DIST_POINT_pop_free(crldp, DIST_POINT_free); in STACK_OF()
|
/openssl/include/crypto/ |
H A D | x509.h | 191 STACK_OF(DIST_POINT) *crldp;
|
Completed in 46 milliseconds