Home
last modified time | relevance | path

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

/freebsd/crypto/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);
51 OCSP_RESPID_set_by_name() sets the name of the OCSP_RESPID to be the same as the
54 OCSP_RESPID_set_by_key_ex() sets the key of the OCSP_RESPID to be the same as the
63 Note that an OCSP_RESPID can only have one of the name, or the key set. Calling
67 OCSP_RESPID_match_ex() tests whether the OCSP_RESPID given in I<respid> matches
99 OCSP_RESPID_match() returns 1 if the OCSP_RESPID and the X509 certificate match
/freebsd/crypto/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.c169 OCSP_RESPID *rid; in OCSP_basic_sign_ctx()
233 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_set_by_name()
243 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert, in OCSP_RESPID_set_by_key_ex()
276 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert) in OCSP_RESPID_set_by_key()
283 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx, in OCSP_RESPID_match_ex()
321 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()
188 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.c140 OCSP_RESPID *rid = NULL; in OCSP_RESPONSE_print()
/freebsd/crypto/openssl/include/openssl/
H A Docsp.h165 SKM_DEFINE_STACK_OF_INTERNAL(OCSP_RESPID, OCSP_RESPID, OCSP_RESPID)
167 #define sk_OCSP_RESPID_value(sk, idx) ((OCSP_RESPID *)OPENSSL_sk_value(ossl_check_const_OCSP_RESPID…
168 #define sk_OCSP_RESPID_new(cmp) ((STACK_OF(OCSP_RESPID) *)OPENSSL_sk_new(ossl_check_OCSP_RESPID_com…
169 #define sk_OCSP_RESPID_new_null() ((STACK_OF(OCSP_RESPID) *)OPENSSL_sk_new_null())
170 #define sk_OCSP_RESPID_new_reserve(cmp, n) ((STACK_OF(OCSP_RESPID) *)OPENSSL_sk_new_reserve(ossl_ch…
174 #define sk_OCSP_RESPID_delete(sk, i) ((OCSP_RESPID *)OPENSSL_sk_delete(ossl_check_OCSP_RESPID_sk_ty…
175 #define sk_OCSP_RESPID_delete_ptr(sk, ptr) ((OCSP_RESPID *)OPENSSL_sk_delete_ptr(ossl_check_OCSP_RE…
178 #define sk_OCSP_RESPID_pop(sk) ((OCSP_RESPID *)OPENSSL_sk_pop(ossl_check_OCSP_RESPID_sk_type(sk)))
179 #define sk_OCSP_RESPID_shift(sk) ((OCSP_RESPID *)OPENSSL_sk_shift(ossl_check_OCSP_RESPID_sk_type(sk…
182 #define sk_OCSP_RESPID_set(sk, idx, ptr) ((OCSP_RESPID *)OPENSSL_sk_set(ossl_check_OCSP_RESPID_sk_t…
[all …]
H A Docsp.h.in118 generate_stack_macros("OCSP_RESPID");
292 int OCSP_RESPID_set_by_name(OCSP_RESPID *respid, X509 *cert);
293 int OCSP_RESPID_set_by_key_ex(OCSP_RESPID *respid, X509 *cert,
295 int OCSP_RESPID_set_by_key(OCSP_RESPID *respid, X509 *cert);
296 int OCSP_RESPID_match_ex(OCSP_RESPID *respid, X509 *cert, OSSL_LIB_CTX *libctx,
298 int OCSP_RESPID_match(OCSP_RESPID *respid, X509 *cert);
366 DECLARE_ASN1_FUNCTIONS(OCSP_RESPID)
H A Dtypes.h218 typedef struct ocsp_responder_id_st OCSP_RESPID; typedef
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_item_list.h102 ASN1_ITEM_ref(OCSP_RESPID),
/freebsd/crypto/openssl/fuzz/
H A Dasn1.c132 ASN1_ITEM_ref(OCSP_RESPID),
/freebsd/crypto/openssl/util/
H A Dindent.pro308 -T OCSP_RESPID
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c377 OCSP_RESPID *id; in tls_parse_ctos_status_request()
H A Dextensions_clnt.c388 OCSP_RESPID *id = sk_OCSP_RESPID_value(s->ext.ocsp.ids, i); in tls_construct_ctos_status_request()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1636 STACK_OF(OCSP_RESPID) *ids;
H A Ds3_lib.c4076 *(STACK_OF(OCSP_RESPID) **)parg = sc->ext.ocsp.ids; in ssl3_ctrl()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c1860 STACK_OF(OCSP_RESPID) *ids = NULL; in ocsp_server_cb()
1861 OCSP_RESPID *id = NULL; in ocsp_server_cb()
1910 STACK_OF(OCSP_RESPID) *ids = NULL; in test_tlsext_status_type()
1911 OCSP_RESPID *id = NULL; in test_tlsext_status_type()