Add a libssl test harness
This commit provides a set of perl modules that support the testing of
libssl. The test harness operates as a man-in-the-middle proxy between
s_server and s_client. Both s_server and s_client must be started using the
"-testmode" option which loads the new OSSLTEST engine.
The test harness enables scripts to be written that can examine the packets
sent during a handshake, as well as (potentially) modifying them so that
otherwise illegal handshake messages can be sent.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
Showing
util/TLSProxy/ClientHello.pm
0 → 100644
util/TLSProxy/Message.pm
0 → 100644
util/TLSProxy/Proxy.pm
0 → 100644
util/TLSProxy/Record.pm
0 → 100644
想要评论请 注册 或 登录