Home
last modified time | relevance | path

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

/openssl/crypto/ocsp/
H A 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),
H A Docsp_srv.c171 OCSP_RESPID *rid; in OCSP_basic_sign_ctx()
236 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_set_by_name()
246 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert, in OCSP_RESPID_set_by_key_ex()
279 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_set_by_key()
286 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx, in OCSP_RESPID_match_ex()
322 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_match()
H A Docsp_vfy.c18 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
172 OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in ocsp_find_signer()
189 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id) in ocsp_find_signer_sk()
H A Docsp_cl.c187 const OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in OCSP_resp_get0_id()
205 const OCSP_RESPID *rid = &bs->tbsResponseData.responderId; in OCSP_resp_get1_id()
H A Docsp_local.h159 OCSP_RESPID responderId;
H A Docsp_prn.c138 OCSP_RESPID *rid = NULL; in OCSP_RESPONSE_print()
/openssl/doc/man3/
H A DOCSP_response_status.pod20 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
21 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
23 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
24 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
26 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
50 OCSP_RESPID_set_by_name() sets the name of the OCSP_RESPID to be the same as the
53 OCSP_RESPID_set_by_key_ex() sets the key of the OCSP_RESPID to be the same as the
62 Note that an OCSP_RESPID can only have one of the name, or the key set. Calling
66 OCSP_RESPID_match_ex() tests whether the OCSP_RESPID given in I<respid> matches
98 OCSP_RESPID_match() returns 1 if the OCSP_RESPID and the X509 certificate match
/openssl/include/openssl/
H A Docsp.h.in114 generate_stack_macros("OCSP_RESPID");
287 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
288 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
290 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
291 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
293 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
361 DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
H A Dtypes.h207 typedef struct ocsp_responder_id_st OCSP_RESPID; typedef
/openssl/crypto/asn1/
H A Dasn1_item_list.h102 ASN1_ITEM_ref(OCSP_RESPID),
/openssl/fuzz/
H A Dasn1.c131 ASN1_ITEM_ref(OCSP_RESPID),
/openssl/util/
H A Dindent.pro308 -T OCSP_RESPID
/openssl/ssl/statem/
H A Dextensions_srvr.c353 OCSP_RESPID *id; in tls_parse_ctos_status_request()
H A Dextensions_clnt.c363 OCSP_RESPID *id = sk_OCSP_RESPID_value(s->ext.ocsp.ids, i); in tls_construct_ctos_status_request()
/openssl/test/
H A Dsslapitest.c1666 STACK_OF(OCSP_RESPID) *ids = NULL; in ocsp_server_cb()
1667 OCSP_RESPID *id = NULL; in ocsp_server_cb()
1716 STACK_OF(OCSP_RESPID) *ids = NULL; in test_tlsext_status_type()
1717 OCSP_RESPID *id = NULL; in test_tlsext_status_type()
/openssl/ssl/
H A Dssl_local.h1620 STACK_OF(OCSP_RESPID) *ids;
H A Ds3_lib.c3557 *(STACK_OF(OCSP_RESPID) **)parg = sc->ext.ocsp.ids; in ssl3_ctrl()

Completed in 135 milliseconds