diff options
author | bluhm <> | 2018-11-10 08:33:45 +0000 |
---|---|---|
committer | bluhm <> | 2018-11-10 08:33:45 +0000 |
commit | f6c1bae7160768251b3f75b8e4b475600098fe55 (patch) | |
tree | 989ac6a5d0d9b125ad4f94e2dc90e1ea12b574f1 /src/regress/lib/libssl/interop/openssl11 | |
parent | 05d5adbea9d6b108d29674b9d938c3648b8f5522 (diff) | |
download | openbsd-f6c1bae7160768251b3f75b8e4b475600098fe55.tar.gz openbsd-f6c1bae7160768251b3f75b8e4b475600098fe55.tar.bz2 openbsd-f6c1bae7160768251b3f75b8e4b475600098fe55.zip |
Regress client and server can do session reuse now. Test this with
all combinations of LibreSSL, OpenSSL 1.0.2, and OpenSSL 1.1. It
is currently disabled for TLS 1.3 as this needs more setup.
Diffstat (limited to 'src/regress/lib/libssl/interop/openssl11')
-rw-r--r-- | src/regress/lib/libssl/interop/openssl11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/interop/openssl11/Makefile b/src/regress/lib/libssl/interop/openssl11/Makefile index ec6f6db7ec..ef625dffb8 100644 --- a/src/regress/lib/libssl/interop/openssl11/Makefile +++ b/src/regress/lib/libssl/interop/openssl11/Makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2018/11/09 06:30:41 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2018/11/10 08:33:45 bluhm Exp $ |
2 | 2 | ||
3 | .if ! exists(/usr/local/bin/eopenssl11) | 3 | .if ! exists(/usr/local/bin/eopenssl11) |
4 | regress: | 4 | regress: |
5 | # install openssl-1.1.1 from ports for interop tests | 5 | # install openssl-1.1 from ports for interop tests |
6 | @echo SKIPPED | 6 | @echo SKIPPED |
7 | .endif | 7 | .endif |
8 | 8 | ||