Searched refs:crypto_method (Results 1 – 14 of 14) sorted by relevance
/PHP-8.3/ext/openssl/tests/ |
H A D | stream_crypto_flags_002.phpt | 45 …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); 51 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT); 54 stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLS_CLIENT);
|
H A D | stream_crypto_flags_003.phpt | 22 … 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_0_SERVER | STREAM_CRYPTO_METHOD_TLSv1_2_SERVER, 49 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT); 52 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT); 55 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT);
|
H A D | stream_crypto_flags_004.phpt | 19 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_0_SERVER, 51 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT); 55 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT); 59 …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); 49 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT); 53 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
|
H A D | session_meta_capture_tlsv13.phpt | 20 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_3_SERVER, 42 …stream_context_set_option($clientCtx, 'ssl', 'crypto_method', STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT);
|
H A D | stream_crypto_flags_001.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_TLS_CLIENT);
|
H A D | streams_crypto_method.phpt | 45 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT,
|
H A D | bug74159.phpt | 22 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_2_SERVER,
|
/PHP-8.3/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 | 357 …port_crypto_setup(php_stream *stream, php_stream_xport_crypt_method_t crypto_method, php_stream *s… in php_stream_xport_crypto_setup() argument 364 param.inputs.method = crypto_method; in php_stream_xport_crypto_setup()
|
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 291 int crypto_method = STREAM_CRYPTO_METHOD_SSLv23_CLIENT; in http_connect() local 296 crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT; in http_connect() 300 crypto_method = STREAM_CRYPTO_METHOD_SSLv2_CLIENT; in http_connect() 304 crypto_method = STREAM_CRYPTO_METHOD_SSLv3_CLIENT; in http_connect() 308 crypto_method = STREAM_CRYPTO_METHOD_SSLv23_CLIENT; in http_connect() 312 crypto_method = STREAM_CRYPTO_METHOD_TLS_CLIENT; in http_connect() 316 if (php_stream_xport_crypto_setup(stream, crypto_method, NULL) < 0 || in http_connect()
|
/PHP-8.3/ext/openssl/ |
H A D | xp_ssl.c | 2715 php_stream_context *ctx, zend_long crypto_method) /* {{{ */ in php_openssl_get_crypto_method() argument 2720 crypto_method = zval_get_long(val); in php_openssl_get_crypto_method() 2721 crypto_method |= STREAM_CRYPTO_IS_CLIENT; in php_openssl_get_crypto_method() 2724 return crypto_method; in php_openssl_get_crypto_method()
|
/PHP-8.3/ext/standard/ |
H A D | basic_functions.stub.php | 3409 function stream_socket_enable_crypto($stream, bool $enable, ?int $crypto_method = null, $session_st…
|
H A D | basic_functions_arginfo.h | 1924 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, crypto_method, IS_LONG, 1, "null")
|
Completed in 36 milliseconds