method_value 935 ext/openssl/xp_ssl.c static const SSL_METHOD *php_select_crypto_method(long method_value, int is_client TSRMLS_DC) /* {{{ */ method_value 937 ext/openssl/xp_ssl.c if (method_value == STREAM_CRYPTO_METHOD_SSLv2) { method_value 945 ext/openssl/xp_ssl.c } else if (method_value == STREAM_CRYPTO_METHOD_SSLv3) { method_value 953 ext/openssl/xp_ssl.c } else if (method_value == STREAM_CRYPTO_METHOD_TLSv1_0) { method_value 955 ext/openssl/xp_ssl.c } else if (method_value == STREAM_CRYPTO_METHOD_TLSv1_1) { method_value 963 ext/openssl/xp_ssl.c } else if (method_value == STREAM_CRYPTO_METHOD_TLSv1_2) {