pike.git
/
lib
/
modules
/
SSL.pmod
/
Connection.pike
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/SSL.pmod/Connection.pike:1036:
{ Error.Generic e = [object(Error.Generic)]exception; COND_FATAL(1, ALERT_decode_error, e->message()); } throw(exception); } if (err < 0) return err; if (err > 0) { state &= ~CONNECTION_handshaking;
+
COND_FATAL(sizeof(handshake_buffer), ALERT_record_overflow,
+
"Extraneous handshake data.\n");
} } break; } case PACKET_application_data: SSL3_DEBUG_MSG("SSL.Connection: APPLICATION_DATA\n"); COND_FATAL(state & CONNECTION_handshaking, ALERT_unexpected_message, "Handshake not finished yet!\n");