Home
last modified time | relevance | path

Searched refs:OCSP_CERTID (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOCSP_cert_to_id.pod12 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst,
15 OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst,
20 void OCSP_CERTID_free(OCSP_CERTID *id);
22 int OCSP_id_issuer_cmp(const OCSP_CERTID *a, const OCSP_CERTID *b);
23 int OCSP_id_cmp(const OCSP_CERTID *a, const OCSP_CERTID *b);
27 ASN1_INTEGER **pserial, OCSP_CERTID *cid);
32 OCSP_cert_to_id() creates and returns a new B<OCSP_CERTID> structure using
36 OCSP_cert_id_new() creates and returns a new B<OCSP_CERTID> using B<dgst> and
43 OCSP_id_cmp() compares B<OCSP_CERTID> B<a> and B<b>.
45 OCSP_id_issuer_cmp() compares only the issuer name of B<OCSP_CERTID> B<a> and B<b>.
[all …]
H A DOCSP_REQUEST_new.pod16 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
H A DOCSP_resp_find_status.pod18 int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status,
26 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last);
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c22 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject, in OCSP_cert_to_id()
42 OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst, in OCSP_cert_id_new()
50 OCSP_CERTID *cid = NULL; in OCSP_cert_id_new()
92 int OCSP_id_issuer_cmp(const OCSP_CERTID *a, const OCSP_CERTID *b) in OCSP_id_issuer_cmp()
104 int OCSP_id_cmp(const OCSP_CERTID *a, const OCSP_CERTID *b) in OCSP_id_cmp()
113 IMPLEMENT_ASN1_DUP_FUNCTION(OCSP_CERTID)
H A Docsp_asn.c23 ASN1_SEQUENCE(OCSP_CERTID) = {
24 ASN1_EMBED(OCSP_CERTID, hashAlgorithm, X509_ALGOR),
25 ASN1_EMBED(OCSP_CERTID, issuerNameHash, ASN1_OCTET_STRING),
26 ASN1_EMBED(OCSP_CERTID, issuerKeyHash, ASN1_OCTET_STRING),
27 ASN1_EMBED(OCSP_CERTID, serialNumber, ASN1_INTEGER)
28 } ASN1_SEQUENCE_END(OCSP_CERTID)
30 IMPLEMENT_ASN1_FUNCTIONS(OCSP_CERTID)
33 ASN1_SIMPLE(OCSP_ONEREQ, reqCert, OCSP_CERTID),
94 ASN1_SIMPLE(OCSP_SINGLERESP, certId, OCSP_CERTID),
H A Docsp_vfy.c21 OCSP_CERTID **ret);
22 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
226 OCSP_CERTID *caid = NULL; in ocsp_check_issuer()
267 static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp, OCSP_CERTID **ret) in ocsp_check_ids()
269 OCSP_CERTID *tmpid, *cid; in ocsp_check_ids()
303 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, in ocsp_match_issuerid()
356 OCSP_CERTID *tmpid; in ocsp_match_issuerid()
H A Docsp_cl.c30 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid) in OCSP_request_add0_id()
222 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) in OCSP_resp_find()
283 int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status, in OCSP_resp_find_status()
365 const OCSP_CERTID *OCSP_SINGLERESP_get0_id(const OCSP_SINGLERESP *single) in OCSP_SINGLERESP_get0_id()
H A Docsp_prn.c17 static int ocsp_certid_print(BIO *bp, OCSP_CERTID *a, int indent) in ocsp_certid_print()
91 OCSP_CERTID *cid = NULL; in OCSP_REQUEST_print()
136 OCSP_CERTID *cid = NULL; in OCSP_RESPONSE_print()
H A Docsp_local.h30 OCSP_CERTID *reqCert;
143 OCSP_CERTID *certId;
H A Docsp_srv.c33 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one) in OCSP_onereq_get0_id()
40 ASN1_INTEGER **pserial, OCSP_CERTID *cid) in OCSP_id_get0_info()
86 OCSP_CERTID *cid, in OCSP_basic_add1_status()
/freebsd/crypto/openssl/include/openssl/
H A Docsp.h89 typedef struct ocsp_cert_id_st OCSP_CERTID; typedef
95 SKM_DEFINE_STACK_OF_INTERNAL(OCSP_CERTID, OCSP_CERTID, OCSP_CERTID)
97 #define sk_OCSP_CERTID_value(sk, idx) ((OCSP_CERTID *)OPENSSL_sk_value(ossl_check_const_OCSP_CERTID…
98 #define sk_OCSP_CERTID_new(cmp) ((STACK_OF(OCSP_CERTID) *)OPENSSL_sk_new(ossl_check_OCSP_CERTID_com…
99 #define sk_OCSP_CERTID_new_null() ((STACK_OF(OCSP_CERTID) *)OPENSSL_sk_new_null())
100 #define sk_OCSP_CERTID_new_reserve(cmp, n) ((STACK_OF(OCSP_CERTID) *)OPENSSL_sk_new_reserve(ossl_ch…
104 #define sk_OCSP_CERTID_delete(sk, i) ((OCSP_CERTID *)OPENSSL_sk_delete(ossl_check_OCSP_CERTID_sk_ty…
105 #define sk_OCSP_CERTID_delete_ptr(sk, ptr) ((OCSP_CERTID *)OPENSSL_sk_delete_ptr(ossl_check_OCSP_CE…
108 #define sk_OCSP_CERTID_pop(sk) ((OCSP_CERTID *)OPENSSL_sk_pop(ossl_check_OCSP_CERTID_sk_type(sk)))
109 #define sk_OCSP_CERTID_shift(sk) ((OCSP_CERTID *)OPENSSL_sk_shift(ossl_check_OCSP_CERTID_sk_type(sk…
[all …]
H A Docsp.h.in90 typedef struct ocsp_cert_id_st OCSP_CERTID; typedef
97 generate_stack_macros("OCSP_CERTID")
171 DECLARE_ASN1_DUP_FUNCTION(OCSP_CERTID)
200 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject,
203 OCSP_CERTID *OCSP_cert_id_new(const EVP_MD *dgst,
208 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
244 int OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last);
249 int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status,
263 int OCSP_id_issuer_cmp(const OCSP_CERTID *a, const OCSP_CERTID *b);
264 int OCSP_id_cmp(const OCSP_CERTID *a, const OCSP_CERTID *b);
[all …]
/freebsd/crypto/openssl/apps/
H A Docsp.c61 STACK_OF(OCSP_CERTID) *ids);
64 STACK_OF(OCSP_CERTID) *ids);
67 STACK_OF(OCSP_CERTID) *ids, long nsec,
226 STACK_OF(OCSP_CERTID) *ids = NULL; in ocsp_main()
905 STACK_OF(OCSP_CERTID) *ids) in add_ocsp_cert()
907 OCSP_CERTID *id; in add_ocsp_cert()
931 STACK_OF(OCSP_CERTID) *ids) in add_ocsp_serial()
933 OCSP_CERTID *id; in add_ocsp_serial()
968 STACK_OF(OCSP_CERTID) *ids, long nsec, in print_ocsp_summary()
971 OCSP_CERTID *i in print_ocsp_summary()
[all...]
H A Ds_server.c480 OCSP_CERTID *id = NULL; in get_ocsp_resp_from_responder()
/freebsd/crypto/openssl/fuzz/
H A Dx509.c48 OCSP_CERTID *id = NULL; in FuzzerTestOneInput()
H A Dasn1.c123 ASN1_ITEM_ref(OCSP_CERTID),
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_item_list.h93 ASN1_ITEM_ref(OCSP_CERTID),
/freebsd/crypto/openssl/test/
H A Docspapitest.c74 OCSP_CERTID *cid = NULL; in make_dummy_resp()
/freebsd/crypto/openssl/util/
H A Dindent.pro299 -T OCSP_CERTID
/freebsd/contrib/wpa/src/utils/
H A Dhttp_curl.c1096 OCSP_CERTID *id; in ocsp_resp_cb()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c5049 OCSP_CERTID *id; in ocsp_resp_cb()
/freebsd/crypto/openssl/
H A DCHANGES.md14127 in the OCSP_CERTID structures of the response.
14249 information from an OCSP_CERTID structure (which will be created
14263 This doesn't copy the supplied OCSP_CERTID and avoids the