allowed_depth 277 ext/openssl/xp_ssl.c zend_ulong allowed_depth = OPENSSL_DEFAULT_STREAM_VERIFY_DEPTH; allowed_depth 299 ext/openssl/xp_ssl.c GET_VER_OPT_LONG("verify_depth", allowed_depth); allowed_depth 300 ext/openssl/xp_ssl.c if ((zend_ulong)depth > allowed_depth) { allowed_depth 639 ext/openssl/xp_ssl.c unsigned long allowed_depth = OPENSSL_DEFAULT_STREAM_VERIFY_DEPTH; allowed_depth 662 ext/openssl/xp_ssl.c GET_VER_OPT_LONG("verify_depth", allowed_depth); allowed_depth 665 ext/openssl/xp_ssl.c if (cert_chain_ctx->rgpChain[i]->cElement > allowed_depth) {