Refactoring BIO: add a simple networking test of s_client and s_server
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Feb 2016 23:57:30 +0000 (00:57 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 3 Feb 2016 19:36:59 +0000 (20:36 +0100)
commit72b65aa4cb7fd9a41935a2e057e44cb40fb4faa2
tree91fbf6ba9636938e09c907954096395f560509ed
parentab69ac00f3c7a04151662813794ac82bc591a89b
Refactoring BIO: add a simple networking test of s_client and s_server

This makes use of TLSProxy, which was expanded to use IO::Socket::IP
(which is a core perl module) or IO::Socket::INET6 (which is said to
be more popular) instead IO::Socket::INET if one of them is installed.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
test/recipes/90-test_networking.t [new file with mode: 0644]
util/TLSProxy/Proxy.pm