From edeff8ed5bb8c4313f4b4d6b892bbf99d857753e Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 25 Jan 2020 16:10:32 +0000 Subject: Disable cert interop tests for now. The libressl TLSv1.3 client and server currently lack client certificate authentication support and this test expects all clients can auth with all servers. We can likely turn this back on in the near future. --- src/regress/lib/libssl/interop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/interop/Makefile b/src/regress/lib/libssl/interop/Makefile index 68497055e3..3ac0897f06 100644 --- a/src/regress/lib/libssl/interop/Makefile +++ b/src/regress/lib/libssl/interop/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2020/01/25 16:09:05 jsing Exp $ +# $OpenBSD: Makefile,v 1.9 2020/01/25 16:10:32 jsing Exp $ SUBDIR = libressl openssl openssl11 # the above binaries must have been built before we can continue -SUBDIR += cert +#SUBDIR += cert #SUBDIR += cipher SUBDIR += netcat SUBDIR += session -- cgit v1.2.3-55-g6feb