Refactoring BIO: add a test, using test/ssltest
authorRichard Levitte <levitte@openssl.org>
Tue, 2 Feb 2016 22:50:52 +0000 (23:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 3 Feb 2016 18:40:32 +0000 (19:40 +0100)
commit75d5bd4e7d61ba3ed845f9e8170eac6a48a26407
treece75e914d3c4c7019a64bfa656f0eb8aa245387e
parent52f5926c3c07cd5ffdf4dfe2cc6719c64c41aafa
Refactoring BIO: add a test, using test/ssltest

This adds a couple of simple tests to see that SSL traffic using the
reimplemented BIO_s_accept() and BIO_s_connect() works as expected,
both on IPv4 and on IPv6.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
test/recipes/80-test_ssl.t
test/ssltest.c