Home
last modified time | relevance | path

Searched refs:STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/ext/openssl/tests/
H A Dstream_crypto_flags_003.phpt46 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
H A Dsession_meta_capture.phpt43 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
H A Dstream_crypto_flags_002.phpt40 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
H A Dstream_crypto_flags_004.phpt42 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
/PHP-7.0/main/streams/
H A Dphp_stream_transport.h173 STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT = (1 << 4 | 1), enumerator
/PHP-7.0/ext/standard/
H A Dfile.c225 …REGISTER_LONG_CONSTANT("STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT", STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT,… in PHP_INI_END()
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c2649 sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT; in php_openssl_ssl_socket_factory()

Completed in 18 milliseconds