Fix some TLSProxy warnings
authorMatt Caswell <matt@openssl.org>
Tue, 15 Nov 2016 11:09:25 +0000 (11:09 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 23 Nov 2016 15:31:21 +0000 (15:31 +0000)
commit20b65c7bdd9ca34c497624d1d07edd433be88a83
treeafa12b27cddecebf67e681b28b3b1d57707897a6
parent5abeaf3596210d8cc0be1edf7a0a772b7e2c7e6f
Fix some TLSProxy warnings

After the client processes the server's initial flight in TLS1.3 it may
respond with either an encrypted, or an unencrypted alert. We needed to
teach TLSProxy about this so that it didn't issue spurious warnings.

Reviewed-by: Rich Salz <rsalz@openssl.org>
util/TLSProxy/Proxy.pm
util/TLSProxy/Record.pm
util/TLSProxy/ServerHello.pm