Searched refs:handshake (Results 1 – 8 of 8) sorted by relevance
2 Bug #48182: ssl handshake fails during asynchronous socket connection
46 // Should succeed because the SSLv23 handshake here is compatible with the
20 * possible renegotiate the TLS handshake in PHP userland, so using the openssl s_client binary
82 die("SSLv23 handshake failed.\n");289 die("SSLv23 handshake failed.\n");467 die("SSLv23 handshake failed.\n");516 die("SSLv23 handshake failed.\n");
575 MYSQLND_METHOD(mysqlnd_command, handshake)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING us… in MYSQLND_METHOD() argument667 MYSQLND_METHOD(mysqlnd_command, handshake),
349 func_mysqlnd_execute_com_handshake handshake; in MYSQLND_CLASS_METHODS_TYPE() local
510 ret = conn->command->handshake(conn, *username, *password, *database, client_flags); in MYSQLND_METHOD()
212 …/* NOTE: MySQL does a fallback to the charset suggested during the handshake - no error - no bug! …
Completed in 44 milliseconds