Home
last modified time | relevance | path

Searched refs:OCSP_RESPID (Results 1 – 17 of 17) sorted by relevance

/third_party/openssl/crypto/ocsp/
Docsp_asn.c71 ASN1_CHOICE(OCSP_RESPID) = {
72 ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1),
73 ASN1_EXP(OCSP_RESPID, value.byKey, ASN1_OCTET_STRING, 2)
74 } ASN1_CHOICE_END(OCSP_RESPID)
76 IMPLEMENT_ASN1_FUNCTIONS(OCSP_RESPID)
105 ASN1_EMBED(OCSP_RESPDATA, responderId, OCSP_RESPID),
Docsp_srv.c182 OCSP_RESPID *rid; in OCSP_basic_sign_ctx()
252 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_set_by_name()
262 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_set_by_key()
286 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_match()
Docsp_vfy.c17 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
154 OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in ocsp_find_signer()
170 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id) in ocsp_find_signer_sk()
Docsp_cl.c214 const OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in OCSP_resp_get0_id()
232 const OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in OCSP_resp_get1_id()
Docsp_local.h157 OCSP_RESPID responderId;
Docsp_prn.c138 OCSP_RESPID *rid = NULL; in OCSP_RESPONSE_print()
/third_party/openssl/doc/man3/
DOCSP_response_status.pod19 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
20 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
21 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
45 OCSP_RESPID_set_by_name() sets the name of the OCSP_RESPID to be the same as the
48 OCSP_RESPID_set_by_key() sets the key of the OCSP_RESPID to be the same as the
52 Note that an OCSP_RESPID can only have one of the name, or the key set. Calling
56 OCSP_RESPID_match() tests whether the OCSP_RESPID given in B<respid> matches
82 OCSP_RESPID_match() returns 1 if the OCSP_RESPID and the X509 certificate match
/third_party/openssl/include/openssl/
Docsp.h95 DEFINE_STACK_OF(OCSP_RESPID)
256 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
257 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
258 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
326 DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
Dossl_typ.h168 typedef struct ocsp_responder_id_st OCSP_RESPID; typedef
/third_party/openssl/crypto/asn1/
Dasn1_item_list.h99 ASN1_ITEM_ref(OCSP_RESPID),
/third_party/openssl/fuzz/
Dasn1.c128 ASN1_ITEM_ref(OCSP_RESPID),
/third_party/openssl/util/
Dindent.pro306 -T OCSP_RESPID
/third_party/openssl/test/
Dsslapitest.c816 STACK_OF(OCSP_RESPID) *ids = NULL; in ocsp_server_cb()
817 OCSP_RESPID *id = NULL; in ocsp_server_cb()
862 STACK_OF(OCSP_RESPID) *ids = NULL; in test_tlsext_status_type()
863 OCSP_RESPID *id = NULL; in test_tlsext_status_type()
/third_party/openssl/ssl/statem/
Dextensions_srvr.c382 OCSP_RESPID *id; in tls_parse_ctos_status_request()
Dextensions_clnt.c317 OCSP_RESPID *id = sk_OCSP_RESPID_value(s->ext.ocsp.ids, i); in tls_construct_ctos_status_request()
/third_party/openssl/ssl/
Dssl_local.h1283 STACK_OF(OCSP_RESPID) *ids;
Ds3_lib.c3526 *(STACK_OF(OCSP_RESPID) **)parg = s->ext.ocsp.ids; in ssl3_ctrl()