diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2020-01-25 16:10:33 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2020-01-25 16:10:33 +0000 |
commit | fbc1e87fb994f2d4517d5217af588b4196d1ae19 (patch) | |
tree | 39ba437d2199b4f6cc9ed4239ed35c82801c64d1 /regress/lib | |
parent | 8c08f2800c3cb1c18c854e6979ba33cac743bd1d (diff) |
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.
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libssl/interop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |