Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/tests/
H A Dsni_001.phpt66 $r = stream_socket_enable_crypto($fh, true, STREAM_CRYPTO_METHOD_TLS_CLIENT);
120 echo "-- stream_socket_enable_crypto (1) --\n";
124 echo "-- stream_socket_enable_crypto (2) --\n";
128 echo "-- stream_socket_enable_crypto with user supplied sni --\n";
135 echo "-- stream_socket_enable_crypto with sni disabled --\n";
142 echo "-- stream_socket_enable_crypto with long name --\n";
169 -- stream_socket_enable_crypto (1) --
171 -- stream_socket_enable_crypto (2) --
173 -- stream_socket_enable_crypto with user supplied sni --
175 -- stream_socket_enable_crypto with sni disabled --
[all …]
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.h59 PHP_FUNCTION(stream_socket_enable_crypto);
H A Dstreamsfuncs.c1504 PHP_FUNCTION(stream_socket_enable_crypto) in PHP_FUNCTION() argument
H A Dbasic_functions.c3131 PHP_FE(stream_socket_enable_crypto, arginfo_stream_socket_enable_crypto)
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc120 if (!stream_socket_enable_crypto($s, true, STREAM_CRYPTO_METHOD_SSLv23_SERVER)) {
/PHP-5.5/
H A DNEWS3917 stream_socket_enable_crypto, case when ssl_handle of session_stream is not
4432 . Fixed stream_socket_enable_crypto() not honoring the socket timeout in
4436 . Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).
5181 - Fixed bug #45808 (stream_socket_enable_crypto() blocks and eats CPU).
6280 - Fixed bug #45382 (timeout bug in stream_socket_enable_crypto). (vnegrier at
6787 - Fixed bug #45382 (timeout bug in stream_socket_enable_crypto). (Ilia)
6962 - Fixed bug #44028 (crash inside stream_socket_enable_crypto() when enabling encryption without cry…
9115 . stream_socket_enable_crypto() (Wez)

Completed in 96 milliseconds