Add a regress test for TLS client/server.
authorjsing <jsing@openbsd.org>
Sat, 23 Oct 2021 14:34:10 +0000 (14:34 +0000)
committerjsing <jsing@openbsd.org>
Sat, 23 Oct 2021 14:34:10 +0000 (14:34 +0000)
commit8b1f2e0e86bf6796efb9cd33f9e698ae37c40cae
tree78e2233334e0ee80f2f7b36a3896e6d27579efbe
parent4579a58e44d8d22b662f67c1ffa44e4e66a08e74
Add a regress test for TLS client/server.

This currently exercises various combinations of TLS versions and their
associated key exchange mechanisms. Note that this currently fails for
TLSv1.0/TLSv1.1 with RSA KEX (to be fixed shortly).

Over time all of the ssl regress should be moved into the dtls and tls
regress tests.
regress/lib/libssl/Makefile
regress/lib/libssl/tls/Makefile [new file with mode: 0644]
regress/lib/libssl/tls/tlstest.c [new file with mode: 0644]