Teach TLSProxy how to re-encrypt a TLSv1.3 message after changes
authorMatt Caswell <matt@openssl.org>
Thu, 5 Jan 2017 12:34:46 +0000 (12:34 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Jan 2017 23:02:50 +0000 (23:02 +0000)
commit357d096a2963b8e5253ea53b6ab34e3fc706bea3
tree67fbf39484e2efe5cc10535b9b48671bf14ac695
parent79d8c167857d1c776a6fbdb2aff166a126cab03e
Teach TLSProxy how to re-encrypt a TLSv1.3 message after changes

This enables us to make changes to in-flight TLSv1.3 messages that appear
after the ServerHello.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2157)
util/TLSProxy/Message.pm