From 67e47c36d8eec9c17930b04e23b6c29c1a8ab600 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 25 Jan 2020 16:01:43 +0000 Subject: Disable session regress for libressl client talking to openssl11 server. This is now talking over TLSv1.3 and needs session support. --- src/regress/lib/libssl/interop/session/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libssl/interop/session/Makefile b/src/regress/lib/libssl/interop/session/Makefile index c82440d785..72062ddaca 100644 --- a/src/regress/lib/libssl/interop/session/Makefile +++ b/src/regress/lib/libssl/interop/session/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2018/11/11 07:39:35 bluhm Exp $ +# $OpenBSD: Makefile,v 1.4 2020/01/25 16:01:43 jsing Exp $ LIBRARIES = libressl .if exists(/usr/local/bin/eopenssl) @@ -8,6 +8,7 @@ LIBRARIES += openssl LIBRARIES += openssl11 .endif +run-session-client-libressl-server-openssl11 \ run-session-client-openssl11-server-openssl11: @echo '\n======== $@ ========' # TLS 1.3 needs some extra setup for session reuse -- cgit v1.2.3-55-g6feb