Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/tests/
H A Dbug48182.phpt2 Bug #48182: ssl handshake fails during asynchronous socket connection
H A Dstream_crypto_flags_004.phpt45 // Should succeed because the SSLv23 handshake here is compatible with the
H A Dstream_server_reneg_limit.phpt19 * possible renegotiate the TLS handshake in PHP userland, so using the openssl s_client binary
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc116 die("SSLv23 handshake failed.\n");
324 die("SSLv23 handshake failed.\n");
533 die("SSLv23 handshake failed.\n");
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_commands.c612 MYSQLND_METHOD(mysqlnd_command, handshake)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING us… in MYSQLND_METHOD() argument
706 MYSQLND_METHOD(mysqlnd_command, handshake),
H A Dmysqlnd_structs.h362 func_mysqlnd_execute_com_handshake handshake; in MYSQLND_CLASS_METHODS_TYPE() local
H A Dmysqlnd_connection.c541 ret = conn->command->handshake(conn, *username, *password, *database, client_flags); in MYSQLND_METHOD()
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt215 …/* NOTE: MySQL does a fallback to the charset suggested during the handshake - no error - no bug! …

Completed in 53 milliseconds