From 21cdcc3476ac4e3b947a5625b2fa0c999c15ae04 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 25 Jan 2020 05:24:49 +0000 Subject: Disable the client hello message regress test for now. The golden values have changed due to TLSv1.3 and will likely change more in the near future. This will be updated and re-enabled when things settle. Discussed with beck@ --- src/regress/lib/libssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 0096a9fd87..8dc92d433a 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.35 2019/01/20 06:50:26 tb Exp $ +# $OpenBSD: Makefile,v 1.36 2020/01/25 05:24:49 jsing Exp $ SUBDIR += asn1 SUBDIR += buffer SUBDIR += bytestring SUBDIR += ciphers -SUBDIR += client +#SUBDIR += client SUBDIR += handshake SUBDIR += pqueue SUBDIR += record -- cgit v1.2.3-55-g6feb