/PHP-8.0/ext/openssl/tests/ |
H A D | stream_crypto_flags_002.phpt | 44 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT); 47 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT); 50 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT); 53 stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLS_CLIENT);
|
H A D | stream_crypto_flags_003.phpt | 21 … 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_0_SERVER | STREAM_CRYPTO_METHOD_TLSv1_2_SERVER, 48 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT); 51 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT); 54 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
|
H A D | stream_crypto_flags_004.phpt | 18 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_0_SERVER, 50 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT); 54 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT); 58 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT);
|
H A D | session_meta_capture.phpt | 44 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT); 48 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT); 52 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
|
H A D | session_meta_capture_tlsv13.phpt | 19 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_3_SERVER, 41 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT);
|
H A D | stream_crypto_flags_001.phpt | 43 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT); 46 stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLS_CLIENT);
|
H A D | streams_crypto_method.phpt | 44 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT,
|
H A D | bug74159.phpt | 21 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_2_SERVER,
|
/PHP-8.0/main/streams/ |
H A D | php_stream_transport.h | 194 …port_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto_method, php_stream *s…
|
H A D | transports.c | 352 …port_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto_method, php_stream *s… in php_stream_xport_crypto_setup() argument 359 param.inputs.method = crypto_method; in php_stream_xport_crypto_setup()
|
/PHP-8.0/ext/soap/ |
H A D | php_http.c | 283 int crypto_method = STREAM_CRYPTO_METHOD_SSLv23_CLIENT; in http_connect() local 288 crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT; in http_connect() 292 crypto_method = STREAM_CRYPTO_METHOD_SSLv2_CLIENT; in http_connect() 296 crypto_method = STREAM_CRYPTO_METHOD_SSLv3_CLIENT; in http_connect() 300 crypto_method = STREAM_CRYPTO_METHOD_SSLv23_CLIENT; in http_connect() 304 crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT; in http_connect() 308 if (php_stream_xport_crypto_setup(stream, crypto_method, NULL) < 0 || in http_connect()
|
/PHP-8.0/ext/openssl/ |
H A D | xp_ssl.c | 2553 php_stream_context *ctx, zend_long crypto_method) /* {{{ */ in php_openssl_get_crypto_method() argument 2558 crypto_method = zval_get_long(val); in php_openssl_get_crypto_method() 2559 crypto_method |= STREAM_CRYPTO_IS_CLIENT; in php_openssl_get_crypto_method() 2562 return crypto_method; in php_openssl_get_crypto_method()
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 1276 function stream_socket_enable_crypto($stream, bool $enable, ?int $crypto_method = null, $session_st… argument
|
H A D | basic_functions_arginfo.h | 1934 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, crypto_method, IS_LONG, 1, "null")
|