Searched refs:STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/openssl/tests/ |
H A D | stream_crypto_flags_001.phpt | 44 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
|
H A D | session_meta_capture.phpt | 45 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
|
H A D | stream_crypto_flags_002.phpt | 45 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
|
H A D | stream_crypto_flags_003.phpt | 51 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
|
H A D | stream_crypto_flags_004.phpt | 59 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
|
/php-src/ext/standard/ |
H A D | file.stub.php | 171 const STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT = UNKNOWN; define
|
H A D | file_arginfo.h | 37 …REGISTER_LONG_CONSTANT("STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT", STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT,… in register_file_symbols()
|
/php-src/main/streams/ |
H A D | php_stream_transport.h | 169 STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT = (1 << 3 | 1), enumerator
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 2826 sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT; in php_openssl_ssl_socket_factory()
|
Completed in 26 milliseconds