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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ocsp/
H A Docsp.h156 } OCSP_REQUEST; typedef in typeref:struct:ocsp_request_st
352 #define d2i_OCSP_REQUEST_bio(bp,p) (OCSP_REQUEST*)ASN1_d2i_bio((char*(*)()) \
360 #define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
406 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
415 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
417 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
419 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
420 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
422 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
423 int OCSP_request_add1_cert(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)
346 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)
119 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert)
141 int OCSP_request_sign(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,
357 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags)
426 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *certs,
H A Docsp_ht.c77 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req)
H A Docsp_prn.c135 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Docsp.h156 } OCSP_REQUEST; typedef in typeref:struct:ocsp_request_st
352 #define d2i_OCSP_REQUEST_bio(bp,p) (OCSP_REQUEST*)ASN1_d2i_bio((char*(*)()) \
360 #define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
406 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
415 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
417 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
419 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
420 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
422 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
423 int OCSP_request_add1_cert(OCSP_REQUEST *re
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Docsp.h156 } OCSP_REQUEST; typedef in typeref:struct:ocsp_request_st
352 #define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,bp,p)
356 #define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
372 #define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o)
399 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
408 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
410 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
412 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
413 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
415 int OCSP_request_set1_name(OCSP_REQUEST *re
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp.h156 } OCSP_REQUEST; typedef in typeref:struct:ocsp_request_st
352 #define d2i_OCSP_REQUEST_bio(bp,p) ASN1_d2i_bio_of(OCSP_REQUEST,OCSP_REQUEST_new,d2i_OCSP_REQUEST,bp,p)
356 #define PEM_read_bio_OCSP_REQUEST(bp,x,cb) (OCSP_REQUEST *)PEM_ASN1_read_bio( \
372 #define i2d_OCSP_REQUEST_bio(bp,o) ASN1_i2d_bio_of(OCSP_REQUEST,i2d_OCSP_REQUEST,bp,o)
399 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req);
408 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid);
410 int OCSP_request_add1_nonce(OCSP_REQUEST *req, unsigned char *val, int len);
412 int OCSP_check_nonce(OCSP_REQUEST *req, OCSP_BASICRESP *bs);
413 int OCSP_copy_nonce(OCSP_BASICRESP *resp, OCSP_REQUEST *req);
415 int OCSP_request_set1_name(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)
351 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_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,
357 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags)
426 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *certs,
H A Docsp_ht.c77 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req)
H A Docsp_prn.c135 int OCSP_REQUEST_print(BIO *bp, OCSP_REQUEST* o, unsigned long flags)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Docsp.c72 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, X509 *issuer,
74 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, X509 *issuer,
76 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
80 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
87 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port);
106 OCSP_REQUEST *req = NULL;
906 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, X509 *issuer,
927 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, X509 *issuer,
960 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
1025 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *re
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Docsp.c71 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, X509 *issuer,
73 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, X509 *issuer,
75 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
79 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
86 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port);
105 OCSP_REQUEST *req = NULL;
899 static int add_ocsp_cert(OCSP_REQUEST **req, X509 *cert, X509 *issuer,
920 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, X509 *issuer,
953 static int print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req,
1018 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *re
[all...]

Completed in 178 milliseconds