Home
last modified time | relevance | path

Searched refs:STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT (Results 1 – 8 of 8) sorted by relevance

/PHP-7.3/ext/openssl/tests/
H A Dstream_crypto_flags_001.phpt41 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
H A Dstream_crypto_flags_003.phpt49 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
H A Dsession_meta_capture.phpt43 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
H A Dstream_crypto_flags_002.phpt42 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
H A Dstream_crypto_flags_004.phpt56 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
/PHP-7.3/main/streams/
H A Dphp_stream_transport.h171 STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT = (1 << 3 | 1), enumerator
/PHP-7.3/ext/standard/
H A Dfile.c217 …REGISTER_LONG_CONSTANT("STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT", STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT,… in PHP_INI_END()
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c2719 sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT; in php_openssl_ssl_socket_factory()

Completed in 22 milliseconds