Home
last modified time | relevance | path

Searched refs:OCSP_SINGLERESP (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_asn.c93 ASN1_SEQUENCE(OCSP_SINGLERESP) = {
94 ASN1_SIMPLE(OCSP_SINGLERESP, certId, OCSP_CERTID),
95 ASN1_SIMPLE(OCSP_SINGLERESP, certStatus, OCSP_CERTSTATUS),
96 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
97 ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
98 ASN1_EXP_SEQUENCE_OF_OPT(OCSP_SINGLERESP, singleExtensions, X509_EXTENSION, 1)
99 } ASN1_SEQUENCE_END(OCSP_SINGLERESP)
101 IMPLEMENT_ASN1_FUNCTIONS(OCSP_SINGLERESP)
107 ASN1_SEQUENCE_OF(OCSP_RESPDATA, responses, OCSP_SINGLERESP),
H A Docsp_ext.c185 int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x) in OCSP_SINGLERESP_get_ext_count()
190 int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos) in OCSP_SINGLERESP_get_ext_by_NID()
195 int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, const ASN1_OBJECT *obj, in OCSP_SINGLERESP_get_ext_by_OBJ()
201 int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit, in OCSP_SINGLERESP_get_ext_by_critical()
207 X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc) in OCSP_SINGLERESP_get_ext()
212 X509_EXTENSION *OCSP_SINGLERESP_delete_ext(OCSP_SINGLERESP *x, int loc) in OCSP_SINGLERESP_delete_ext()
217 void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit, in OCSP_SINGLERESP_get1_ext_d2i()
223 int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value, in OCSP_SINGLERESP_add1_ext_i2d()
229 int OCSP_SINGLERESP_add_ext(OCSP_SINGLERESP *x, X509_EXTENSION *ex, int loc) in OCSP_SINGLERESP_add_ext()
H A Docsp_cl.c166 OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx) in OCSP_resp_get0()
225 STACK_OF(OCSP_SINGLERESP) *sresp; in OCSP_resp_find()
226 OCSP_SINGLERESP *single; in OCSP_resp_find()
248 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, in OCSP_single_get0_status()
290 OCSP_SINGLERESP *single; 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_vfy.c20 static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp,
23 STACK_OF(OCSP_SINGLERESP) *sresp);
224 STACK_OF(OCSP_SINGLERESP) *sresp = bs->tbsResponseData.responses; in ocsp_check_issuer()
267 static int ocsp_check_ids(STACK_OF(OCSP_SINGLERESP) *sresp, OCSP_CERTID **ret) in ocsp_check_ids()
304 STACK_OF(OCSP_SINGLERESP) *sresp) in ocsp_match_issuerid()
H A Docsp_srv.c85 OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp, in OCSP_basic_add1_status()
92 OCSP_SINGLERESP *single = NULL; in OCSP_basic_add1_status()
H A Docsp_local.h161 STACK_OF(OCSP_SINGLERESP) *responses;
H A Docsp_prn.c142 OCSP_SINGLERESP *single = NULL; in OCSP_RESPONSE_print()
/freebsd/crypto/openssl/include/openssl/
H A Docsp.h196 typedef struct ocsp_single_response_st OCSP_SINGLERESP; typedef
198 SKM_DEFINE_STACK_OF_INTERNAL(OCSP_SINGLERESP, OCSP_SINGLERESP, OCSP_SINGLERESP)
200 #define sk_OCSP_SINGLERESP_value(sk, idx) ((OCSP_SINGLERESP *)OPENSSL_sk_value(ossl_check_const_OCS…
201 #define sk_OCSP_SINGLERESP_new(cmp) ((STACK_OF(OCSP_SINGLERESP) *)OPENSSL_sk_new(ossl_check_OCSP_SI…
202 #define sk_OCSP_SINGLERESP_new_null() ((STACK_OF(OCSP_SINGLERESP) *)OPENSSL_sk_new_null())
203 #define sk_OCSP_SINGLERESP_new_reserve(cmp, n) ((STACK_OF(OCSP_SINGLERESP) *)OPENSSL_sk_new_reserve…
207 #define sk_OCSP_SINGLERESP_delete(sk, i) ((OCSP_SINGLERESP *)OPENSSL_sk_delete(ossl_check_OCSP_SING…
208 #define sk_OCSP_SINGLERESP_delete_ptr(sk, ptr) ((OCSP_SINGLERESP *)OPENSSL_sk_delete_ptr(ossl_check…
211 #define sk_OCSP_SINGLERESP_pop(sk) ((OCSP_SINGLERESP *)OPENSSL_sk_pop(ossl_check_OCSP_SINGLERESP_sk…
212 #define sk_OCSP_SINGLERESP_shift(sk) ((OCSP_SINGLERESP *)OPENSSL_sk_shift(ossl_check_OCSP_SINGLERES…
[all …]
H A Docsp.h.in124 typedef struct ocsp_single_response_st OCSP_SINGLERESP; typedef
127 generate_stack_macros("OCSP_SINGLERESP");
234 OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx);
245 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
274 OCSP_SINGLERESP *OCSP_basic_add1_status(OCSP_BASICRESP *rsp,
341 int OCSP_SINGLERESP_get_ext_count(OCSP_SINGLERESP *x);
342 int OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos);
343 int OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, const ASN1_OBJECT *obj,
345 int OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit,
347 X509_EXTENSION *OCSP_SINGLERESP_get_ext(OCSP_SINGLERESP *x, int loc);
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOCSP_resp_find_status.pod25 OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx);
27 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason,
72 OCSP_resp_count() returns the number of B<OCSP_SINGLERESP> structures in I<bs>.
74 OCSP_resp_get0() returns the B<OCSP_SINGLERESP> structure in I<bs> corresponding
147 OCSP_resp_count() returns the total number of B<OCSP_SINGLERESP> fields in I<bs>
150 OCSP_resp_get0() returns a pointer to an B<OCSP_SINGLERESP> structure or
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_item_list.h106 ASN1_ITEM_ref(OCSP_SINGLERESP),
/freebsd/crypto/openssl/fuzz/
H A Dasn1.c136 ASN1_ITEM_ref(OCSP_SINGLERESP),
/freebsd/crypto/openssl/util/
H A Dindent.pro313 -T OCSP_SINGLERESP
/freebsd/crypto/openssl/apps/
H A Docsp.c1113 OCSP_SINGLERESP *single; in make_ocsp_response()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5095 OCSP_SINGLERESP *single = OCSP_resp_get0(br, i); in ct_extract_ocsp_response_scts()
/freebsd/crypto/openssl/
H A DCHANGES.md14024 response and returns the OCSP_SINGLERESP structure just added (to allow
14220 level functions which work on OCSP_SINGLERESP structures but