From fbc1e87fb994f2d4517d5217af588b4196d1ae19 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Sat, 25 Jan 2020 16:10:33 +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. --- regress/lib/libssl/interop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/lib') diff --git a/regress/lib/libssl/interop/Makefile b/regress/lib/libssl/interop/Makefile index 68497055e3d..3ac0897f065 100644 --- a/regress/lib/libssl/interop/Makefile +++ b/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