Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/tests/
H A Dsession_meta_capture.phpt49 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
H A Dstream_crypto_flags_002.phpt48 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
H A Dstream_crypto_flags_003.phpt55 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
H A Dstream_crypto_flags_004.phpt51 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
/PHP-8.1/main/streams/
H A Dphp_stream_transport.h170 STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT = (1 << 4 | 1), enumerator
/PHP-8.1/ext/standard/
H A Dfile.c220 …REGISTER_LONG_CONSTANT("STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT", STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT,… in PHP_INI_END()
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c2721 sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT; in php_openssl_ssl_socket_factory()

Completed in 19 milliseconds