Searched refs:verify_depth (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/usr.bin/openssl/ |
| D | s_time.c | 88 extern int verify_depth; 112 int verify_depth; member 204 .opt.value = &cfg.verify_depth, 244 verify_depth = 0; in s_time_main() 252 cfg.verify_depth = -1; in s_time_main() 259 if (cfg.verify_depth >= 0) { in s_time_main() 261 verify_depth = cfg.verify_depth; in s_time_main() 262 BIO_printf(bio_err, "verify depth is %d\n", verify_depth); in s_time_main()
|
| D | s_cb.c | 129 int verify_depth = 0; variable 154 if (verify_depth >= depth) { in verify_callback()
|
| D | s_server.c | 425 verify_depth = strtonum(arg, 0, INT_MAX, &cfg.errstr); in s_server_opt_verify() 431 BIO_printf(bio_err, "verify depth is %d\n", verify_depth); in s_server_opt_verify() 440 verify_depth = strtonum(arg, 0, INT_MAX, &cfg.errstr); in s_server_opt_verify_fail() 447 verify_depth); in s_server_opt_verify_fail() 1050 verify_depth = 0; in s_server_main()
|
| D | apps.h | 373 extern int verify_depth;
|
| D | s_client.c | 352 verify_depth = strtonum(arg, 0, INT_MAX, &cfg.errstr); in s_client_opt_verify() 358 BIO_printf(bio_err, "verify depth is %d\n", verify_depth); in s_client_opt_verify() 886 verify_depth = 0; in s_client_main()
|
| /openbsd/src/regress/lib/libcrypto/x509/ |
| D | callback.c | 85 int verify_err, verify_depth; in verify_cert_cb() local 89 verify_depth = X509_STORE_CTX_get_error_depth(xsc); in verify_cert_cb() 91 fprintf(output, "depth %d error %d", verify_depth, verify_err); in verify_cert_cb()
|
| /openbsd/src/lib/libtls/ |
| D | tls_config.c | 773 tls_config_set_verify_depth(struct tls_config *config, int verify_depth) in tls_config_set_verify_depth() argument 775 config->verify_depth = verify_depth; in tls_config_set_verify_depth()
|
| D | tls_internal.h | 115 int verify_depth; member
|
| D | tls.c | 634 if (ctx->config->verify_depth >= 0) in tls_configure_ssl_verify() 635 SSL_CTX_set_verify_depth(ssl_ctx, ctx->config->verify_depth); in tls_configure_ssl_verify()
|