Lines Matching refs:vfyopts
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()
1359 sk_OPENSSL_STRING_free(vfyopts); in ca_main()
1381 STACK_OF(OPENSSL_STRING) *vfyopts, in certify()
1412 i = do_X509_REQ_verify(req, pktmp, vfyopts); in certify()
1439 STACK_OF(OPENSSL_STRING) *vfyopts, in certify_cert()
1464 i = do_X509_verify(template_cert, pktmp, vfyopts); in certify_cert()