Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/tests/
H A Dstream_crypto_flags_003.phpt52 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
H A Dsession_meta_capture.phpt48 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
H A Dstream_crypto_flags_002.phpt45 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
H A Dstream_crypto_flags_004.phpt48 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
/PHP-7.3/main/streams/
H A Dphp_stream_transport.h172 STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT = (1 << 4 | 1), enumerator
/PHP-7.3/ext/standard/
H A Dfile.c218 …REGISTER_LONG_CONSTANT("STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT", STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT,… in PHP_INI_END()
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c2723 sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT; in php_openssl_ssl_socket_factory()

Completed in 23 milliseconds