Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfile.stub.php176 const STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT = UNKNOWN; define
H A Dfile_arginfo.h38 …REGISTER_LONG_CONSTANT("STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT", STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT,… in register_file_symbols()
/php-src/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.phpt54 …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-src/main/streams/
H A Dphp_stream_transport.h170 STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT = (1 << 4 | 1), enumerator
/php-src/ext/openssl/
H A Dxp_ssl.c2830 sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT; in php_openssl_ssl_socket_factory()

Completed in 25 milliseconds