Home
last modified time | relevance | path

Searched refs:NID_ad_OCSP (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/crypto/x509/
Dx509_trs.c43 {X509_TRUST_OCSP_REQUEST, 0, trust_1oid, "OCSP request", NID_ad_OCSP,
/third_party/openssl/crypto/ocsp/
Docsp_ext.c451 if ((ad->method = OBJ_nid2obj(NID_ad_OCSP)) == NULL) in OCSP_url_svcloc_new()
/third_party/openssl/crypto/x509v3/
Dv3_utl.c466 if (OBJ_obj2nid(ad->method) == NID_ad_OCSP) { in STACK_OF()
/third_party/openssl/crypto/objects/
Dobj_dat.h1261 {"OCSP", "OCSP", NID_ad_OCSP, 8, &so[1065]},
/third_party/openssl/include/openssl/
Dobj_mac.h1926 #define NID_ad_OCSP 178 macro
/third_party/python/Modules/
D_ssl.c1673 obj = _get_aia_uri(certificate, NID_ad_OCSP); in _decode_certificate()