summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2021-12-05 13:01:08 +0000
committerjsing <>2021-12-05 13:01:08 +0000
commite10c7420e88fda87d03688ffc20e3208ea5bc9db (patch)
tree342cd4115f3f974cb419d1dd123846219ade19de /src/regress/lib/libcrypto/Makefile
parent697a41c3309703f7933eb0f6bc702c4002ac3129 (diff)
downloadopenbsd-e10c7420e88fda87d03688ffc20e3208ea5bc9db.tar.gz
openbsd-e10c7420e88fda87d03688ffc20e3208ea5bc9db.tar.bz2
openbsd-e10c7420e88fda87d03688ffc20e3208ea5bc9db.zip
Add initial regress for CT.
This provides test coverage for SCT encoding/decoding.
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.41 2020/12/26 00:48:56 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.42 2021/12/05 13:01:08 jsing Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aeswrap 4SUBDIR += aeswrap
@@ -12,6 +12,7 @@ SUBDIR += cast
12SUBDIR += certs 12SUBDIR += certs
13SUBDIR += chacha 13SUBDIR += chacha
14SUBDIR += cms 14SUBDIR += cms
15SUBDIR += ct
15SUBDIR += cts128 16SUBDIR += cts128
16SUBDIR += curve25519 17SUBDIR += curve25519
17SUBDIR += des 18SUBDIR += des