/third_party/node/deps/openssl/openssl/apps/ |
H A D | verify.c | 84 STACK_OF(OPENSSL_STRING) *vfyopts = NULL; in verify_main() 182 if (!vfyopts) in verify_main() 183 vfyopts = sk_OPENSSL_STRING_new_null(); in verify_main() 184 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in verify_main() 225 vfyopts) != 1) in verify_main() 230 vfyopts) != 1) in verify_main() 240 sk_OPENSSL_STRING_free(vfyopts); in verify_main()
|
H A D | ca.c | 95 STACK_OF(OPENSSL_STRING) *vfyopts, 107 STACK_OF(OPENSSL_STRING) *vfyopts, 271 STACK_OF(OPENSSL_STRING) *sigopts = NULL, *vfyopts = NULL; in ca_main() 413 if (vfyopts == NULL) in ca_main() 414 vfyopts = sk_OPENSSL_STRING_new_null(); in ca_main() 415 if (vfyopts == NULL || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in ca_main() 988 x509, dgst, sigopts, vfyopts, attribs, in ca_main() 1009 sigopts, vfyopts, attribs, db, in ca_main() 1029 sigopts, vfyopts, in ca_main() 1377 certify(X509 **xret, const char *infile, int informat, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(OPENSSL_STRING) *vfyopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign, unsigned long dateopt) certify() argument 1435 certify_cert(X509 **xret, const char *infile, int certformat, const char *passin, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(OPENSSL_STRING) *vfyopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt) certify_cert() argument [all...] |
H A D | req.c | 241 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL, *sigopts = NULL, *vfyopts = NULL; in req_main() 364 if (!vfyopts) in req_main() 365 vfyopts = sk_OPENSSL_STRING_new_null(); in req_main() 366 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in req_main() 934 i = do_X509_REQ_verify(req, tpubkey, vfyopts); in req_main() 1047 sk_OPENSSL_STRING_free(vfyopts); in req_main()
|
H A D | x509.c | 269 STACK_OF(OPENSSL_STRING) *sigopts = NULL, *vfyopts = NULL; in x509_main() 369 if (!vfyopts) in x509_main() 370 vfyopts = sk_OPENSSL_STRING_new_null(); in x509_main() 371 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in x509_main() 712 i = do_X509_REQ_verify(req, pkey, vfyopts); in x509_main() 1078 sk_OPENSSL_STRING_free(vfyopts); in x509_main()
|
/third_party/openssl/apps/ |
H A D | verify.c | 84 STACK_OF(OPENSSL_STRING) *vfyopts = NULL; in verify_main() 182 if (!vfyopts) in verify_main() 183 vfyopts = sk_OPENSSL_STRING_new_null(); in verify_main() 184 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in verify_main() 225 vfyopts) != 1) in verify_main() 230 vfyopts) != 1) in verify_main() 240 sk_OPENSSL_STRING_free(vfyopts); in verify_main()
|
H A D | ca.c | 95 STACK_OF(OPENSSL_STRING) *vfyopts, 107 STACK_OF(OPENSSL_STRING) *vfyopts, 271 STACK_OF(OPENSSL_STRING) *sigopts = NULL, *vfyopts = NULL; in ca_main() 413 if (vfyopts == NULL) in ca_main() 414 vfyopts = sk_OPENSSL_STRING_new_null(); in ca_main() 415 if (vfyopts == NULL || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in ca_main() 974 x509, dgst, sigopts, vfyopts, attribs, in ca_main() 995 sigopts, vfyopts, attribs, db, in ca_main() 1015 sigopts, vfyopts, in ca_main() 1357 certify(X509 **xret, const char *infile, int informat, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(OPENSSL_STRING) *vfyopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign, unsigned long dateopt) certify() argument 1415 certify_cert(X509 **xret, const char *infile, int certformat, const char *passin, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(OPENSSL_STRING) *vfyopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt) certify_cert() argument [all...] |
H A D | req.c | 241 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL, *sigopts = NULL, *vfyopts = NULL; in req_main() 364 if (!vfyopts) in req_main() 365 vfyopts = sk_OPENSSL_STRING_new_null(); in req_main() 366 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in req_main() 932 i = do_X509_REQ_verify(req, tpubkey, vfyopts); in req_main() 1045 sk_OPENSSL_STRING_free(vfyopts); in req_main()
|
H A D | x509.c | 269 STACK_OF(OPENSSL_STRING) *sigopts = NULL, *vfyopts = NULL; in x509_main() 369 if (!vfyopts) in x509_main() 370 vfyopts = sk_OPENSSL_STRING_new_null(); in x509_main() 371 if (!vfyopts || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in x509_main() 712 i = do_X509_REQ_verify(req, pkey, vfyopts); in x509_main() 1078 sk_OPENSSL_STRING_free(vfyopts); in x509_main()
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 257 int do_X509_verify(X509 *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts); 261 STACK_OF(OPENSSL_STRING) *vfyopts);
|
/third_party/openssl/apps/include/ |
H A D | apps.h | 257 int do_X509_verify(X509 *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts); 261 STACK_OF(OPENSSL_STRING) *vfyopts);
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 2338 int do_X509_verify(X509 *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts) in do_X509_verify() argument 2342 if (do_x509_init(x, vfyopts) > 0) in do_X509_verify() 2354 STACK_OF(OPENSSL_STRING) *vfyopts) in do_X509_REQ_verify() 2358 if (do_x509_req_init(x, vfyopts) > 0) in do_X509_REQ_verify() 2353 do_X509_REQ_verify(X509_REQ *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts) do_X509_REQ_verify() argument
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 2331 int do_X509_verify(X509 *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts) in do_X509_verify() argument 2335 if (do_x509_init(x, vfyopts) > 0) in do_X509_verify() 2347 STACK_OF(OPENSSL_STRING) *vfyopts) in do_X509_REQ_verify() 2351 if (do_x509_req_init(x, vfyopts) > 0) in do_X509_REQ_verify() 2346 do_X509_REQ_verify(X509_REQ *x, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *vfyopts) do_X509_REQ_verify() argument
|