Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dxp_ssl.c109 #define GET_VER_OPT(_name) \ macro
113 if (GET_VER_OPT(_name)) { \
119 if (GET_VER_OPT(_name)) { \
127 if (GET_VER_OPT(_name)) _num = zval_get_long(val)
343 GET_VER_OPT("allow_self_signed") && in verify_callback()
571 must_verify_peer = GET_VER_OPT("verify_peer") in php_openssl_apply_peer_verification_policy()
575 must_verify_peer_name = GET_VER_OPT("verify_peer_name") in php_openssl_apply_peer_verification_policy()
1458 if (!GET_VER_OPT("SNI_server_certs")) { in php_openssl_enable_server_sni()
1699 if (GET_VER_OPT("no_ticket") && zend_is_true(val)) { in php_openssl_setup_crypto()
1721 if (GET_VER_OPT("passphrase")) { in php_openssl_setup_crypto()
[all …]

Completed in 15 milliseconds