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

/external/openssl/apps/
H A Ds_time.c110 extern int verify_depth;
208 verify_depth=0;
240 verify_depth=atoi(*(++argv));
241 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
H A Ds_cb.c127 int verify_depth=0; variable
155 if (verify_depth >= depth)
H A Ds_server.c262 extern int verify_depth, verify_return_error;
922 verify_depth=0;
944 verify_depth=atoi(*(++argv));
945 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
952 verify_depth=atoi(*(++argv));
953 BIO_printf(bio_err,"verify depth is %d, must return a certificate\n",verify_depth);
H A Ds_client.c190 extern int verify_depth;
515 verify_depth=0;
546 verify_depth=atoi(*(++argv));
547 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
/external/openssl/ssl/
H A Dssl_lib.c323 s->verify_depth=ctx->verify_depth;
1726 ret->verify_depth=-1; /* Don't impose a limit (but x509_lu.c does) */

Completed in 94 milliseconds