From f6c1bae7160768251b3f75b8e4b475600098fe55 Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Sat, 10 Nov 2018 08:33:45 +0000 Subject: 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. --- src/regress/lib/libssl/interop/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regress/lib/libssl/interop/openssl') 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 @@ -# $OpenBSD: Makefile,v 1.4 2018/11/09 06:30:41 bluhm Exp $ +# $OpenBSD: Makefile,v 1.5 2018/11/10 08:33:45 bluhm Exp $ .if ! exists(/usr/local/bin/eopenssl) regress: - # install openssl-1.0.2p from ports for interop tests + # install openssl-1.0.2 from ports for interop tests @echo SKIPPED .endif -- cgit v1.2.3-55-g6feb