diff options
author | jsing <> | 2020-01-25 16:10:32 +0000 |
---|---|---|
committer | jsing <> | 2020-01-25 16:10:32 +0000 |
commit | edeff8ed5bb8c4313f4b4d6b892bbf99d857753e (patch) | |
tree | 95fe5f0a68b14f0dc03407196d875ff304f4fcde | |
parent | fbe6c87e623322a7e26e3310e0a981e7449167e8 (diff) | |
download | openbsd-edeff8ed5bb8c4313f4b4d6b892bbf99d857753e.tar.gz openbsd-edeff8ed5bb8c4313f4b4d6b892bbf99d857753e.tar.bz2 openbsd-edeff8ed5bb8c4313f4b4d6b892bbf99d857753e.zip |
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.
-rw-r--r-- | src/regress/lib/libssl/interop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2020/01/25 16:09:05 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2020/01/25 16:10:32 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR = libressl openssl openssl11 | 3 | SUBDIR = libressl openssl openssl11 |
4 | 4 | ||
5 | # the above binaries must have been built before we can continue | 5 | # the above binaries must have been built before we can continue |
6 | SUBDIR += cert | 6 | #SUBDIR += cert |
7 | #SUBDIR += cipher | 7 | #SUBDIR += cipher |
8 | SUBDIR += netcat | 8 | SUBDIR += netcat |
9 | SUBDIR += session | 9 | SUBDIR += session |