Lines Matching full:aia
483 STACK_OF(OPENSSL_STRING) *aia = NULL; in get_ocsp_resp_from_responder()
499 aia = X509_get1_ocsp(x); in get_ocsp_resp_from_responder()
500 if (aia != NULL) { in get_ocsp_resp_from_responder()
501 if (!OSSL_HTTP_parse_url(sk_OPENSSL_STRING_value(aia, 0), &use_ssl, in get_ocsp_resp_from_responder()
503 BIO_puts(bio_err, "cert_status: can't parse AIA URL\n"); in get_ocsp_resp_from_responder()
507 BIO_printf(bio_err, "cert_status: AIA URL: %s\n", in get_ocsp_resp_from_responder()
508 sk_OPENSSL_STRING_value(aia, 0)); in get_ocsp_resp_from_responder()
512 "cert_status: no AIA and no default responder URL\n"); in get_ocsp_resp_from_responder()
579 * If we parsed aia we need to free; otherwise they were copied and we in get_ocsp_resp_from_responder()
582 if (aia != NULL) { in get_ocsp_resp_from_responder()
586 X509_email_free(aia); in get_ocsp_resp_from_responder()