Searched refs:crlUrl (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_ocsp.c164 if (a->crlUrl) {
167 if (!ASN1_STRING_print(bp, (ASN1_STRING *)a->crlUrl))
/freebsd-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_asn.c171 ASN1_EXP_OPT(OCSP_CRLID, crlUrl, ASN1_IA5STRING, 0),
H A Docsp_ext.c462 if (!(cid->crlUrl = ASN1_IA5STRING_new()))
464 if (!(ASN1_STRING_set(cid->crlUrl, url, -1)))
H A Docsp.h326 * crlUrl [0] EXPLICIT IA5String OPTIONAL,
331 ASN1_IA5STRING *crlUrl; member in struct:ocsp_crl_id_st

Completed in 122 milliseconds