summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/openssl
diff options
context:
space:
mode:
authorbluhm <>2018-11-10 08:33:45 +0000
committerbluhm <>2018-11-10 08:33:45 +0000
commitf6c1bae7160768251b3f75b8e4b475600098fe55 (patch)
tree989ac6a5d0d9b125ad4f94e2dc90e1ea12b574f1 /src/regress/lib/libssl/interop/openssl
parent05d5adbea9d6b108d29674b9d938c3648b8f5522 (diff)
downloadopenbsd-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/openssl')
-rw-r--r--src/regress/lib/libssl/interop/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/interop/openssl/Makefile b/src/regress/lib/libssl/interop/openssl/Makefile
index 5c51c029ce..80f313da3e 100644
--- a/src/regress/lib/libssl/interop/openssl/Makefile
+++ b/src/regress/lib/libssl/interop/openssl/Makefile
@@ -1,8 +1,8 @@
1# $OpenBSD: Makefile,v 1.4 2018/11/09 06:30:41 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.5 2018/11/10 08:33:45 bluhm Exp $
2 2
3.if ! exists(/usr/local/bin/eopenssl) 3.if ! exists(/usr/local/bin/eopenssl)
4regress: 4regress:
5 # install openssl-1.0.2p from ports for interop tests 5 # install openssl-1.0.2 from ports for interop tests
6 @echo SKIPPED 6 @echo SKIPPED
7.endif 7.endif
8 8