Searched refs:handshake (Results 1 – 9 of 9) sorted by relevance
2 Bug #48182: ssl handshake fails during asynchronous socket connection
45 // Should succeed because the SSLv23 handshake here is compatible with the
19 * possible renegotiate the TLS handshake in PHP userland, so using the openssl s_client binary
116 die("SSLv23 handshake failed.\n");324 die("SSLv23 handshake failed.\n");533 die("SSLv23 handshake failed.\n");
610 MYSQLND_METHOD(mysqlnd_command, handshake)(MYSQLND_CONN_DATA * const conn, const MYSQLND_CSTRING us… in MYSQLND_METHOD() argument704 MYSQLND_METHOD(mysqlnd_command, handshake),
360 func_mysqlnd_execute_com_handshake handshake; in MYSQLND_CLASS_METHODS_TYPE() local
539 ret = conn->command->handshake(conn, *username, *password, *database, client_flags); in MYSQLND_METHOD()
216 …/* NOTE: MySQL does a fallback to the charset suggested during the handshake - no error - no bug! …
175 . Fixed bug GH-8409 (SSL handshake timeout leaves persistent connections
Completed in 66 milliseconds