From: Jakub Zelenka Date: Mon, 9 Nov 2015 18:11:18 +0000 (+0000) Subject: Remove SNI test that trigger request to sni.velox.ch X-Git-Tag: php-5.6.16RC1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a12403002c51c786a1355e8f9bb6e2849068d4e;p=php Remove SNI test that trigger request to sni.velox.ch This has been requested by Kaspar Brand who provides sni.velox.ch. That site is only for interactive testing and not for unit/integration/regression testing. Although this test is run only in special cases (when SNI_TESTS is defined) it should still be removed. Also this test is not reliable as it depends on external resources. --- diff --git a/ext/openssl/tests/sni_001.phpt b/ext/openssl/tests/sni_001.phpt deleted file mode 100644 index e7dbf3f19e..0000000000 --- a/ext/openssl/tests/sni_001.phpt +++ /dev/null @@ -1,184 +0,0 @@ ---TEST-- -SNI 001 ---SKIPIF-- - ---FILE-- - ---EXPECTF-- --- auto host name (1) -- -%unicode|string%(18) "alice.sni.velox.ch" --- auto host name (2) -- -%unicode|string%(16) "bob.sni.velox.ch" --- auto host name (3) -- -%unicode|string%(16) "bob.sni.velox.ch" --- user supplied server name -- -%unicode|string%(16) "bob.sni.velox.ch" --- sni disabled -- -%unicode|string%(18) "alice.sni.velox.ch" --- raw SSL stream (1) -- -%unicode|string%(16) "bob.sni.velox.ch" --- raw SSL stream (2) -- -%unicode|string%(14) "*.sni.velox.ch" --- raw SSL stream with user supplied sni -- -%unicode|string%(16) "bob.sni.velox.ch" --- raw SSL stream with sni disabled -- -%unicode|string%(18) "alice.sni.velox.ch" --- stream_socket_enable_crypto (1) -- -%unicode|string%(16) "bob.sni.velox.ch" --- stream_socket_enable_crypto (2) -- -%unicode|string%(14) "*.sni.velox.ch" --- stream_socket_enable_crypto with user supplied sni -- -%unicode|string%(16) "bob.sni.velox.ch" --- stream_socket_enable_crypto with sni disabled -- -%unicode|string%(18) "alice.sni.velox.ch" --- stream_socket_enable_crypto with long name -- -%unicode|string%(18) "alice.sni.velox.ch"