Home
last modified time | relevance | path

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

/php-src/ext/openssl/tests/
H A Dstreams_crypto_method.phpt45 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT,
H A Dsession_meta_capture.phpt53 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
H A Dstream_crypto_flags_002.phpt51 …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 Dstream_crypto_flags_004.phpt55 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
H A Dbug74159.phpt89 … while (0 === ($n = stream_socket_enable_crypto($fp, true, STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT)));
/php-src/ext/standard/
H A Dfile.stub.php181 const STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT = UNKNOWN; define
H A Dfile_arginfo.h39 …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 Dphp_stream_transport.h171 STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT = (1 << 5 | 1), enumerator
/php-src/ext/openssl/
H A Dxp_ssl.c2840 sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT; in php_openssl_ssl_socket_factory()

Completed in 17 milliseconds