summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2020-01-25 05:24:49 +0000
committerjsing <>2020-01-25 05:24:49 +0000
commit459925a2c42331a0fe804dcfdc42176547f193ac (patch)
tree38eebffa195e822f9432654645a6b894682b6164 /src
parenta1cf38c6d43eb2fc8a31ae97c804fd8b332d4c2b (diff)
downloadopenbsd-459925a2c42331a0fe804dcfdc42176547f193ac.tar.gz
openbsd-459925a2c42331a0fe804dcfdc42176547f193ac.tar.bz2
openbsd-459925a2c42331a0fe804dcfdc42176547f193ac.zip
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@
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/Makefile4
1 files changed, 2 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.35 2019/01/20 06:50:26 tb Exp $ 1# $OpenBSD: Makefile,v 1.36 2020/01/25 05:24:49 jsing Exp $
2 2
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
5SUBDIR += bytestring 5SUBDIR += bytestring
6SUBDIR += ciphers 6SUBDIR += ciphers
7SUBDIR += client 7#SUBDIR += client
8SUBDIR += handshake 8SUBDIR += handshake
9SUBDIR += pqueue 9SUBDIR += pqueue
10SUBDIR += record 10SUBDIR += record