Searched refs:verify_depth (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/crypto/openssl/apps/
H A Ds_time.c113 extern int verify_depth;
212 verify_depth = 0;
244 verify_depth = atoi(*(++argv));
245 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
H A Ds_server.c292 extern int verify_depth, verify_return_error, verify_quiet;
1160 verify_depth = 0;
1187 verify_depth = atoi(*(++argv));
1189 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
1196 verify_depth = atoi(*(++argv));
1200 verify_depth);
H A Ds_client.c202 extern int verify_depth;
778 verify_depth = 0;
806 verify_depth = atoi(*(++argv));
808 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
H A Ds_cb.c128 int verify_depth = 0; variable
157 if (verify_depth >= depth) {
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssl_lib.c343 s->verify_depth = ctx->verify_depth;
1940 ret->verify_depth = -1; /* Don't impose a limit (but x509_lu.c does) */

Completed in 170 milliseconds