Home
last modified time | relevance | path

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

/PHP-7.0/ext/openssl/
H A Dxp_ssl.c292 GET_VER_OPT("allow_self_signed") && in verify_callback()
491 must_verify_peer = GET_VER_OPT("verify_peer") in apply_peer_verification_policy()
495 must_verify_peer_name = GET_VER_OPT("verify_peer_name") in apply_peer_verification_policy()
499 must_verify_fingerprint = GET_VER_OPT("peer_fingerprint"); in apply_peer_verification_policy()
741 && GET_VER_OPT("allow_self_signed") && zend_is_true(val)) { in win_cert_verify_callback()
1347 if (GET_VER_OPT("SNI_enabled") && !zend_is_true(val)) { in enable_server_sni()
1352 if (!GET_VER_OPT("SNI_server_certs")) { in enable_server_sni()
1432 if (GET_VER_OPT("SNI_enabled") && !zend_is_true(val)) { in enable_client_sni()
1562 if (GET_VER_OPT("no_ticket") && zend_is_true(val)) { in php_openssl_setup_crypto()
1577 if (GET_VER_OPT("verify_peer") && !zend_is_true(val)) { in php_openssl_setup_crypto()
[all …]

Completed in 11 milliseconds