From 8d90809bb33041e7fc7b10bc81d57f61e20daec2 Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Thu, 21 Feb 2019 23:06:33 +0000 Subject: Test that all supported TLS ciphers actually work. Establish connections between client and server implemented with LibreSSL or OpenSSL with a fixed cipher on each side. Check the used cipher in the session print out. --- src/regress/lib/libssl/interop/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libssl/interop/Makefile') diff --git a/src/regress/lib/libssl/interop/Makefile b/src/regress/lib/libssl/interop/Makefile index dcde044d97..36b233c189 100644 --- a/src/regress/lib/libssl/interop/Makefile +++ b/src/regress/lib/libssl/interop/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2018/11/11 00:15:04 bluhm Exp $ +# $OpenBSD: Makefile,v 1.6 2019/02/21 23:06:33 bluhm Exp $ SUBDIR = libressl openssl openssl11 # the above binaries must have been built before we can continue SUBDIR += netcat SUBDIR += session +SUBDIR += cipher SUBDIR += cert .include -- cgit v1.2.3-55-g6feb