openssl/util/perl/TLSProxy
Andy Polyakov c53c2fec82 TLSProxy/Proxy.pm: refine partial packet handling.
Original logic was "if no records found *or* last one is truncated, then
leave complete records in queue." Trouble is that if we don't pass on
complete records and get complete packet in opposite direction, then
queued records will go back to sender. In other words complete records
should always be passed on. [Possible alternative would be to match
direction in reconstruct_record.]

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5887)
2018-04-08 11:42:41 +02:00
..
Certificate.pm
CertificateVerify.pm
ClientHello.pm
EncryptedExtensions.pm
Message.pm Update copyright year 2018-02-13 13:59:25 +00:00
NewSessionTicket.pm
Proxy.pm TLSProxy/Proxy.pm: refine partial packet handling. 2018-04-08 11:42:41 +02:00
Record.pm Handle partial messages in TLSProxy 2018-03-22 17:28:39 +01:00
ServerHello.pm Send supported_versions in an HRR 2017-12-14 15:06:37 +00:00
ServerKeyExchange.pm