Home
last modified time | relevance | path

Searched refs:allowed_depth (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/openssl/
H A Dxp_ssl.c299 zend_ulong allowed_depth = OPENSSL_DEFAULT_STREAM_VERIFY_DEPTH; in verify_callback() local
321 GET_VER_OPT_LONG("verify_depth", allowed_depth); in verify_callback()
322 if ((zend_ulong)depth > allowed_depth) { in verify_callback()
678 unsigned long allowed_depth = OPENSSL_DEFAULT_STREAM_VERIFY_DEPTH; in php_openssl_win_cert_verify_callback() local
703 GET_VER_OPT_LONG("verify_depth", allowed_depth); in php_openssl_win_cert_verify_callback()
706 if (cert_chain_ctx->rgpChain[i]->cElement > allowed_depth) { in php_openssl_win_cert_verify_callback()

Completed in 11 milliseconds