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 | 1563 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) { in crl_crldp_check() 1564 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i); in crl_crldp_check()
|
/openssl/apps/lib/ |
H A D | apps.c | 2483 static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp) in load_crl_crldp() argument 2488 for (i = 0; i < sk_DIST_POINT_num(crldp); i++) { in load_crl_crldp() 2489 DIST_POINT *dp = sk_DIST_POINT_value(crldp, i); in load_crl_crldp() 2509 STACK_OF(DIST_POINT) *crldp; in STACK_OF() 2515 crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL); in STACK_OF() 2516 crl = load_crl_crldp(crldp); in STACK_OF() 2517 sk_DIST_POINT_pop_free(crldp, DIST_POINT_free); in STACK_OF() 2524 crldp = X509_get_ext_d2i(x, NID_freshest_crl, NULL, NULL); in STACK_OF() 2525 crl = load_crl_crldp(crldp); in STACK_OF() 2526 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 28 milliseconds