Lines Matching refs:vfyopts
97 STACK_OF(OPENSSL_STRING) *vfyopts,
109 STACK_OF(OPENSSL_STRING) *vfyopts,
277 STACK_OF(OPENSSL_STRING) *sigopts = NULL, *vfyopts = NULL; in ca_main()
424 if (vfyopts == NULL) in ca_main()
425 vfyopts = sk_OPENSSL_STRING_new_null(); in ca_main()
426 if (vfyopts == NULL || !sk_OPENSSL_STRING_push(vfyopts, opt_arg())) in ca_main()
953 x509, dgst, sigopts, vfyopts, attribs, in ca_main()
974 sigopts, vfyopts, attribs, db, in ca_main()
994 sigopts, vfyopts, in ca_main()
1316 sk_OPENSSL_STRING_free(vfyopts); in ca_main()
1338 STACK_OF(OPENSSL_STRING) *vfyopts, in certify()
1351 req = load_csr_autofmt(infile, informat, vfyopts, "certificate request"); in certify()
1369 i = do_X509_REQ_verify(req, pktmp, vfyopts); in certify()
1396 STACK_OF(OPENSSL_STRING) *vfyopts, in certify_cert()
1421 i = do_X509_verify(template_cert, pktmp, vfyopts); in certify_cert()