From: Daniel Lowrey Date: Tue, 25 Feb 2014 20:02:13 +0000 (-0700) Subject: Remove test case invalidated by openssl.cafile accessibility change X-Git-Tag: php-5.6.0alpha3~1^2~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bab017ddfdb8b316d0df3a07010ae1031f808c2a;p=php Remove test case invalidated by openssl.cafile accessibility change --- diff --git a/ext/openssl/tests/peer_verification.phpt b/ext/openssl/tests/peer_verification.phpt index 3eff6289b4..607b61797f 100644 --- a/ext/openssl/tests/peer_verification.phpt +++ b/ext/openssl/tests/peer_verification.phpt @@ -50,13 +50,6 @@ $clientCode = <<<'CODE' 'CN_match' => 'bug54992.local', ]]); var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx)); - - // Should succeed with globally available CA file specified via php.ini - ini_set('openssl.cafile', $caFile); - $clientCtx = stream_context_create(['ssl' => [ - 'CN_match' => 'bug54992.local', - ]]); - var_dump(stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx)); CODE; include 'ServerClientTestCase.inc'; @@ -66,4 +59,3 @@ bool(false) bool(false) resource(%d) of type (stream) resource(%d) of type (stream) -resource(%d) of type (stream)