Searched refs:STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/openssl/tests/ |
H A D | streams_crypto_method.phpt | 45 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT,
|
H A D | session_meta_capture.phpt | 53 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
|
H A D | stream_crypto_flags_002.phpt | 51 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
|
H A D | stream_crypto_flags_003.phpt | 48 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
|
H A D | stream_crypto_flags_004.phpt | 55 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
|
H A D | bug74159.phpt | 89 … while (0 === ($n = stream_socket_enable_crypto($fp, true, STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT)));
|
/php-src/ext/standard/ |
H A D | file.stub.php | 181 const STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT = UNKNOWN; define
|
H A D | file_arginfo.h | 39 …REGISTER_LONG_CONSTANT("STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT", STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT,… in register_file_symbols()
|
/php-src/main/streams/ |
H A D | php_stream_transport.h | 171 STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT = (1 << 5 | 1), enumerator
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 2840 sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT; in php_openssl_ssl_socket_factory()
|
Completed in 18 milliseconds