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

/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A Deasy-tls.h35 int verify_depth; member in struct:tls_create_ctx_args
H A Deasy-tls.c653 ret.verify_depth = -1;
710 if ((a.ca_file != NULL) || (a.verify_depth > 0)) {
724 if (a.verify_depth > 0)
725 SSL_CTX_set_verify_depth(ret, a.verify_depth);
/freebsd-9.3-release/crypto/openssl/demos/tunala/
H A Dcb.c131 void cb_ssl_verify_set_depth(unsigned int verify_depth) argument
133 int_verify_depth = verify_depth;
H A Dtunala.c93 unsigned int verify_depth);
300 static int parse_verify_depth(const char *s, unsigned int *verify_depth) argument
305 "verify_depth\n", s);
308 *verify_depth = (unsigned int)l;
344 unsigned int verify_depth = def_verify_depth; local
502 if (!parse_verify_depth(*argv, &verify_depth))
544 verify_depth)) == NULL)
786 unsigned int verify_depth)
866 /* verify_depth */
867 cb_ssl_verify_set_depth(verify_depth);
778 initialise_ssl_ctx(int server_mode, const char *engine_id, const char *CAfile, const char *cert, const char *key, const char *dcert, const char *dkey, const char *cipher_list, const char *dh_file, const char *dh_special, int tmp_rsa, int ctx_options, int out_state, int out_verify, int verify_mode, unsigned int verify_depth) argument
[all...]
H A Dtunala.h168 void cb_ssl_verify_set_depth(unsigned int verify_depth);
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_time.c164 extern int verify_depth;
263 verify_depth = 0;
295 verify_depth = atoi(*(++argv));
296 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
H A Ds_cb.c127 int verify_depth = 0; variable
147 if (verify_depth >= depth) {
H A Ds_client.c178 extern int verify_depth;
410 verify_depth = 0;
438 verify_depth = atoi(*(++argv));
439 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
H A Ds_server.c257 extern int verify_depth;
834 verify_depth = 0;
853 verify_depth = atoi(*(++argv));
854 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
861 verify_depth = atoi(*(++argv));
864 verify_depth);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_lib.c301 s->verify_depth = ctx->verify_depth;
1542 ret->verify_depth = -1; /* Don't impose a limit (but x509_lu.c does) */

Completed in 166 milliseconds