OpenSSLHeartbleedTest.java | 107 * Tests that TLS handshake succeeds when the MiTM simply forwards all data without tampering 111 handshake(false, false); method 139 // the handshake with unexpected_message alert (if heartbeats are not supported). 141 handshake(true, client); method 148 // TLS handshake or data exchange failed. Check whether the error was caused by 152 fail("Handshake failed without a fatal alert"); 164 // TLS handshake succeeded 173 * Starts the client, server, and the MiTM. Makes the client and server perform a TLS handshake 178 private void handshake( method in class:OpenSSLHeartbleedTest 235 Log.i(TAG, "Handshake completed and application data exchanged") 663 HandshakeMessage handshake = HandshakeMessage.tryParse(record); local [all...] |