Fix a bug in TLSProxy where zero length messages were not being recorded
authorMatt Caswell <matt@openssl.org>
Tue, 22 Nov 2016 16:16:23 +0000 (16:16 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 23 Jan 2017 14:09:10 +0000 (14:09 +0000)
commit6bc3bcb34946933bf14c7d8df3cc646f5f977160
treee49d4057c60a9622de1dc6ea508d52912545d0d1
parent7bd011d70e85b2fff2928e30adf6965d34af9f04
Fix a bug in TLSProxy where zero length messages were not being recorded

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1983)
util/TLSProxy/Message.pm