]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rework partial packet handling once more
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 13 Apr 2018 16:48:06 +0000 (18:48 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 13 Apr 2018 16:48:06 +0000 (18:48 +0200)
commit0e3ecaec3ebf2ed0dfbcff07b7fa1cfdd8240d5c
tree877d1a83f3b961b0aad3dbe2d5a8f0808b83fe0f
parent1b9f41a0df6ed2fac1c5303be909c2f70c404f20
Rework partial packet handling once more

Address the concern that commit c53c2fec raised differently.

The original direction of the traffic is encoded in bit 0
of the flight number.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5923)
util/perl/TLSProxy/Proxy.pm
util/perl/TLSProxy/Record.pm