allowed_depth 240 ext/openssl/xp_ssl.c unsigned long allowed_depth = OPENSSL_DEFAULT_STREAM_VERIFY_DEPTH; allowed_depth 261 ext/openssl/xp_ssl.c GET_VER_OPT_LONG("verify_depth", allowed_depth); allowed_depth 262 ext/openssl/xp_ssl.c if ((unsigned long)depth > allowed_depth) { allowed_depth 619 ext/openssl/xp_ssl.c unsigned long allowed_depth = OPENSSL_DEFAULT_STREAM_VERIFY_DEPTH; allowed_depth 642 ext/openssl/xp_ssl.c GET_VER_OPT_LONG("verify_depth", allowed_depth); allowed_depth 645 ext/openssl/xp_ssl.c if (cert_chain_ctx->rgpChain[i]->cElement > allowed_depth) {