method_value 955 ext/openssl/xp_ssl.c static const SSL_METHOD *php_select_crypto_method(zend_long method_value, int is_client) /* {{{ */ method_value 957 ext/openssl/xp_ssl.c if (method_value == STREAM_CRYPTO_METHOD_SSLv2) { method_value 965 ext/openssl/xp_ssl.c } else if (method_value == STREAM_CRYPTO_METHOD_SSLv3) { method_value 973 ext/openssl/xp_ssl.c } else if (method_value == STREAM_CRYPTO_METHOD_TLSv1_0) { method_value 975 ext/openssl/xp_ssl.c } else if (method_value == STREAM_CRYPTO_METHOD_TLSv1_1) { method_value 983 ext/openssl/xp_ssl.c } else if (method_value == STREAM_CRYPTO_METHOD_TLSv1_2) {