Home | History | Annotate | Download | only in apps

Lines Matching full:verify_depth

262 extern int verify_depth, verify_return_error;
897 verify_depth=0;
919 verify_depth=atoi(*(++argv));
920 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
927 verify_depth=atoi(*(++argv));
928 BIO_printf(bio_err,"verify depth is %d, must return a certificate\n",verify_depth);