Extend TLSProxy capabilities
authorMatt Caswell <matt@openssl.org>
Fri, 7 Aug 2015 13:38:21 +0000 (14:38 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Aug 2015 19:27:46 +0000 (20:27 +0100)
commita1accbb1d704da9a25b18e7053ee191a8f510d93
tree353be238d174e7532f754d2ce34d5d059d7b964a
parent011467ee55aa82a96cd8a539560c46fd4504a82b
Extend TLSProxy capabilities

Add ServerHello parsing to TLSProxy.
Also add some (very) limited ServerKeyExchange parsing.
Add the capability to set client and server cipher lists
Fix a bug with fragment lengths

Reviewed-by: Richard Levitte <levitte@openssl.org>
util/TLSProxy/Message.pm
util/TLSProxy/Proxy.pm
util/TLSProxy/ServerHello.pm [new file with mode: 0644]
util/TLSProxy/ServerKeyExchange.pm [new file with mode: 0644]