Searched refs:OCSP_REQUEST (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/ocsp/
H A Docsp.h157 } OCSP_REQUEST; typedef in typeref:struct:ocsp_request_st
357 #define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,bp,p)
361 #define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
377 #define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o)
404 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
405 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, char *path, OCSP_REQUEST *req,
409 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req);
420 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
422 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
424 int OCSP_check_nonce(OCSP_REQUEST *re
[all...]
H A Docsp_asn.c95 ASN1_SEQUENCE(OCSP_REQUEST) = {
96 ASN1_SIMPLE(OCSP_REQUEST, tbsRequest, OCSP_REQINFO),
97 ASN1_EXP_OPT(OCSP_REQUEST, optionalSignature, OCSP_SIGNATURE, 0)
98 } ASN1_SEQUENCE_END(OCSP_REQUEST)
100 IMPLEMENT_ASN1_FUNCTIONS(OCSP_REQUEST)
H A Docsp_ext.c76 int OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x)
81 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos)
86 int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, int lastpos)
91 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos)
96 X509_EXTENSION *OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc)
101 X509_EXTENSION *OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc)
106 void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx)
111 int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit,
117 int OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc)
352 int OCSP_request_add1_nonce(OCSP_REQUEST *re
[all...]
H A Docsp_cl.c82 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid)
100 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm)
121 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert)
143 int OCSP_request_sign(OCSP_REQUEST *req,
H A Docsp_ht.c121 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req)
154 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, char *path, OCSP_REQUEST *req,
490 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req)
H A Docsp_srv.c72 int OCSP_request_onereq_count(OCSP_REQUEST *req)
77 OCSP_ONEREQ *OCSP_request_onereq_get0(OCSP_REQUEST *req, int i)
99 int OCSP_request_is_signed(OCSP_REQUEST *req)
H A Docsp_vfy.c70 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *certs,
363 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags)
432 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *certs,
H A Docsp_prn.c135 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags)
/freebsd-10.0-release/crypto/openssl/apps/
H A Docsp.c98 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, X509 *issuer,
100 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD * cert_id_md, X509 *issuer,
102 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
107 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
114 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port);
118 OCSP_REQUEST *req, int req_timeout);
138 OCSP_REQUEST *req = NULL;
944 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md,X509 *issuer,
965 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial,const EVP_MD *cert_id_md, X509 *issuer,
998 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *re
[all...]
H A Dapps.h264 OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
H A Ds_server.c797 OCSP_REQUEST *req = NULL;
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dkssl.h79 #undef OCSP_REQUEST macro
/freebsd-10.0-release/crypto/openssl/crypto/
H A Dossl_typ.h111 #undef OCSP_REQUEST macro

Completed in 195 milliseconds