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

/macosx-10.10/OpenSSL098-52/src/demos/easy_tls/
H A Deasy-tls.h35 int verify_depth; member in struct:tls_create_ctx_args
H A Deasy-tls.c643 ret.verify_depth = -1;
695 if ((a.ca_file != NULL) || (a.verify_depth > 0)) {
705 if (a.verify_depth > 0)
706 SSL_CTX_set_verify_depth(ret, a.verify_depth);
/macosx-10.10/OpenSSL098-52/src/demos/tunala/
H A Dcb.c121 void cb_ssl_verify_set_depth(unsigned int verify_depth) argument
123 int_verify_depth = verify_depth;
H A Dtunala.c74 unsigned int verify_depth);
270 static int parse_verify_depth(const char *s, unsigned int *verify_depth) argument
275 "verify_depth\n", s);
278 *verify_depth = (unsigned int)l;
314 unsigned int verify_depth = def_verify_depth; local
458 if(!parse_verify_depth(*argv, &verify_depth))
497 verify_mode, verify_depth)) == NULL)
733 unsigned int verify_depth)
816 /* verify_depth */
817 cb_ssl_verify_set_depth(verify_depth);
728 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.h150 void cb_ssl_verify_set_depth(unsigned int verify_depth);
/macosx-10.10/OpenSSL098-52/src/apps/
H A Ds_time.c158 extern int verify_depth;
256 verify_depth=0;
288 verify_depth=atoi(*(++argv));
289 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
H A Ds_cb.c127 int verify_depth=0; variable
148 if (verify_depth >= depth)
H A Ds_client.c167 extern int verify_depth;
372 verify_depth=0;
403 verify_depth=atoi(*(++argv));
404 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
H A Ds_server.c248 extern int verify_depth;
800 verify_depth=0;
822 verify_depth=atoi(*(++argv));
823 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
830 verify_depth=atoi(*(++argv));
831 BIO_printf(bio_err,"verify depth is %d, must return a certificate\n",verify_depth);
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Dssl.rb215 ctx.verify_depth = self[:SSLVerifyDepth]
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dssl.rb188 ctx.verify_depth = config[:SSLVerifyDepth]
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c506 n = (sslconn->verify_depth != UNSET) ?
507 sslconn->verify_depth :
508 (mySrvConfig(handshakeserver))->server->auth.verify_depth;
510 sslconn->verify_depth = (dc->nVerifyDepth != UNSET) ?
511 dc->nVerifyDepth : sc->server->auth.verify_depth;
512 if (sslconn->verify_depth < n) {
1502 depth = mctx->auth.verify_depth;
H A Dssl_private.h407 int verify_depth; member in struct:__anon6387
527 int verify_depth; member in struct:__anon6393
H A Dmod_ssl.c370 sslconn->verify_depth = UNSET;
H A Dssl_engine_config.c127 mctx->auth.verify_depth = UNSET;
270 cfgMergeInt(auth.verify_depth);
1068 sc->server->auth.verify_depth = depth;
1411 sc->proxy->auth.verify_depth = depth;
H A Dssl_engine_init.c561 if (mctx->auth.verify_depth == UNSET) {
562 mctx->auth.verify_depth = 1;
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dhttp.rb554 # ssl_version, use_ssl, verify_callback, verify_depth and verify_mode.
772 :@verify_depth,
785 :verify_depth,
822 attr_accessor :verify_depth
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_lib.c294 s->verify_depth=ctx->verify_depth;
1519 ret->verify_depth=-1; /* Don't impose a limit (but x509_lu.c does) */
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_g.c80 unsigned long verify_depth; member in struct:tlsg_ctx

Completed in 307 milliseconds