| /dragonfly/crypto/libressl/include/openssl/ |
| HD | ocsp.h | 125 typedef struct ocsp_request_st OCSP_REQUEST; typedef 169 (OCSP_REQUEST *)PEM_ASN1_read_bio((char *(*)())d2i_OCSP_REQUEST, \ 192 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req); 193 OCSP_REQ_CTX *OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, 197 int OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req); 207 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid); 209 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len); 211 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs); 212 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req); 214 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm); [all …]
|
| HD | ossl_typ.h | 96 #undef OCSP_REQUEST
|
| /dragonfly/crypto/libressl/crypto/ocsp/ |
| HD | ocsp_ext.c | 81 OCSP_REQUEST_get_ext_count(OCSP_REQUEST *x) in OCSP_REQUEST_get_ext_count() 87 OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos) in OCSP_REQUEST_get_ext_by_NID() 94 OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, const ASN1_OBJECT *obj, in OCSP_REQUEST_get_ext_by_OBJ() 102 OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos) in OCSP_REQUEST_get_ext_by_critical() 109 OCSP_REQUEST_get_ext(OCSP_REQUEST *x, int loc) in OCSP_REQUEST_get_ext() 115 OCSP_REQUEST_delete_ext(OCSP_REQUEST *x, int loc) in OCSP_REQUEST_delete_ext() 121 OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx) in OCSP_REQUEST_get1_ext_d2i() 127 OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit, in OCSP_REQUEST_add1_ext_i2d() 135 OCSP_REQUEST_add_ext(OCSP_REQUEST *x, X509_EXTENSION *ex, int loc) in OCSP_REQUEST_add_ext() 366 OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len) in OCSP_request_add1_nonce() [all …]
|
| HD | ocsp_asn.c | 315 .offset = offsetof(OCSP_REQUEST, tbsRequest), 322 .offset = offsetof(OCSP_REQUEST, optionalSignature), 334 .size = sizeof(OCSP_REQUEST), 338 OCSP_REQUEST * 339 d2i_OCSP_REQUEST(OCSP_REQUEST **a, const unsigned char **in, long len) in d2i_OCSP_REQUEST() 341 return (OCSP_REQUEST *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_OCSP_REQUEST() 346 i2d_OCSP_REQUEST(OCSP_REQUEST *a, unsigned char **out) in i2d_OCSP_REQUEST() 351 OCSP_REQUEST * 352 d2i_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST **a) in d2i_OCSP_REQUEST_bio() 358 i2d_OCSP_REQUEST_bio(BIO *bp, OCSP_REQUEST *a) in i2d_OCSP_REQUEST_bio() [all …]
|
| HD | ocsp_cl.c | 84 OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid) in OCSP_request_add0_id() 105 OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm) in OCSP_request_set1_name() 125 OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert) in OCSP_request_add1_cert() 151 OCSP_request_sign(OCSP_REQUEST *req, X509 *signer, EVP_PKEY *key, in OCSP_request_sign()
|
| HD | ocsp_srv.c | 75 OCSP_request_onereq_count(OCSP_REQUEST *req) in OCSP_request_onereq_count() 81 OCSP_request_onereq_get0(OCSP_REQUEST *req, int i) in OCSP_request_onereq_get0() 110 OCSP_request_is_signed(OCSP_REQUEST *req) in OCSP_request_is_signed()
|
| HD | ocsp_ht.c | 120 OCSP_REQ_CTX_set1_req(OCSP_REQ_CTX *rctx, OCSP_REQUEST *req) in OCSP_REQ_CTX_set1_req() 152 OCSP_sendreq_new(BIO *io, const char *path, OCSP_REQUEST *req, int maxline) in OCSP_sendreq_new() 443 OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio()
|
| HD | ocsp_vfy.c | 75 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, 381 OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, in OCSP_request_verify() 453 ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, in ocsp_req_find_signer()
|
| HD | ocsp_prn.c | 146 OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags) in OCSP_REQUEST_print()
|
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | ocsp.c | 82 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, 84 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, 86 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, 90 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, 96 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, 100 STACK_OF(CONF_VALUE) *headers, const char *host, OCSP_REQUEST *req, 127 OCSP_REQUEST *req; 1073 add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, const EVP_MD *cert_id_md, in add_ocsp_cert() 1099 add_ocsp_serial(OCSP_REQUEST **req, char *serial, const EVP_MD *cert_id_md, in add_ocsp_serial() 1137 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, in print_ocsp_summary() [all …]
|
| HD | apps.h | 193 OCSP_RESPONSE *process_responder(BIO *err, OCSP_REQUEST *req,
|
| HD | s_server.c | 2341 OCSP_REQUEST *req = NULL; in cert_status_cb()
|