diff options
author | jsing <> | 2020-01-25 05:24:49 +0000 |
---|---|---|
committer | jsing <> | 2020-01-25 05:24:49 +0000 |
commit | 21cdcc3476ac4e3b947a5625b2fa0c999c15ae04 (patch) | |
tree | 38eebffa195e822f9432654645a6b894682b6164 /src | |
parent | 40b393a249ae30f396c396eef2207718311148ca (diff) | |
download | openbsd-21cdcc3476ac4e3b947a5625b2fa0c999c15ae04.tar.gz openbsd-21cdcc3476ac4e3b947a5625b2fa0c999c15ae04.tar.bz2 openbsd-21cdcc3476ac4e3b947a5625b2fa0c999c15ae04.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/Makefile | 4 |
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 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
5 | SUBDIR += bytestring | 5 | SUBDIR += bytestring |
6 | SUBDIR += ciphers | 6 | SUBDIR += ciphers |
7 | SUBDIR += client | 7 | #SUBDIR += client |
8 | SUBDIR += handshake | 8 | SUBDIR += handshake |
9 | SUBDIR += pqueue | 9 | SUBDIR += pqueue |
10 | SUBDIR += record | 10 | SUBDIR += record |