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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_ocsp.c162 if (a->crlUrl)
165 if (!ASN1_STRING_print(bp, (ASN1_STRING*)a->crlUrl)) goto err;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_asn.c170 ASN1_EXP_OPT(OCSP_CRLID, crlUrl, ASN1_IA5STRING, 0),
H A Docsp_ext.c432 if (!(cid->crlUrl = ASN1_IA5STRING_new())) goto err;
433 if (!(ASN1_STRING_set(cid->crlUrl, url, -1))) goto err;
H A Docsp.h333 * crlUrl [0] EXPLICIT IA5String OPTIONAL,
339 ASN1_IA5STRING *crlUrl; member in struct:ocsp_crl_id_st

Completed in 112 milliseconds