Home
last modified time | relevance | path

Searched refs:STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/openssl/tests/
H A Dstreams_crypto_method.phpt44 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT,
H A Dstream_crypto_flags_002.phpt50 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
H A Dstream_crypto_flags_003.phpt48 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
H A Dsession_meta_capture.phpt55 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
H A Dstream_crypto_flags_004.phpt54 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
H A Dbug74159.phpt88 … while (0 === ($n = stream_socket_enable_crypto($fp, true, STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT)));
/PHP-7.4/main/streams/
H A Dphp_stream_transport.h173 STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT = (1 << 5 | 1), enumerator
/PHP-7.4/ext/standard/
H A Dfile.c219 …REGISTER_LONG_CONSTANT("STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT", STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT,… in PHP_INI_END()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2732 sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT; in php_openssl_ssl_socket_factory()

Completed in 43 milliseconds