From e10c7420e88fda87d03688ffc20e3208ea5bc9db Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 5 Dec 2021 13:01:08 +0000 Subject: Add initial regress for CT. This provides test coverage for SCT encoding/decoding. --- src/regress/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/regress/lib/libcrypto/Makefile') diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 6f7b024c47..1c346f6e3b 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2020/12/26 00:48:56 bluhm Exp $ +# $OpenBSD: Makefile,v 1.42 2021/12/05 13:01:08 jsing Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -12,6 +12,7 @@ SUBDIR += cast SUBDIR += certs SUBDIR += chacha SUBDIR += cms +SUBDIR += ct SUBDIR += cts128 SUBDIR += curve25519 SUBDIR += des -- cgit v1.2.3-55-g6feb