Home
last modified time | relevance | path

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

/php-src/ext/openssl/tests/
H A Dbug48182.phpt2 Bug #48182: ssl handshake fails during asynchronous socket connection
H A Dstream_crypto_flags_004.phpt46 // Should succeed because the SSLv23 handshake here is compatible with the
H A Dstream_server_reneg_limit.phpt20 * possible renegotiate the TLS handshake in PHP userland, so using the openssl s_client binary
/php-src/ext/ftp/tests/
H A Dserver.inc82 die("SSLv23 handshake failed.\n");
289 die("SSLv23 handshake failed.\n");
467 die("SSLv23 handshake failed.\n");
516 die("SSLv23 handshake failed.\n");
/php-src/ext/mysqlnd/
H A Dmysqlnd_commands.c575 MYSQLND_METHOD(mysqlnd_command, handshake)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING us… in MYSQLND_METHOD() argument
667 MYSQLND_METHOD(mysqlnd_command, handshake),
H A Dmysqlnd_structs.h349 func_mysqlnd_execute_com_handshake handshake; in MYSQLND_CLASS_METHODS_TYPE() local
H A Dmysqlnd_connection.c510 ret = conn->command->handshake(conn, *username, *password, *database, client_flags); in MYSQLND_METHOD()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt212 …/* NOTE: MySQL does a fallback to the charset suggested during the handshake - no error - no bug! …

Completed in 24 milliseconds