summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorjsing <>2018-07-25 18:04:09 +0000
committerjsing <>2018-07-25 18:04:09 +0000
commitaf3e529bbd783d0a1d715079e42ad70fef429f98 (patch)
tree385d65b7864847a3cf0d341541a5495cc1a483e0 /src/regress/lib/libcrypto/Makefile
parente4bd885463ebff1f974f8541b3fa34e19ac2c163 (diff)
downloadopenbsd-af3e529bbd783d0a1d715079e42ad70fef429f98.tar.gz
openbsd-af3e529bbd783d0a1d715079e42ad70fef429f98.tar.bz2
openbsd-af3e529bbd783d0a1d715079e42ad70fef429f98.zip
Provide a harness that runs test vectors from Project Wycheproof against
libcrypto. Initially this just covers RSA signatures, but can be extended to cover other cryptographic algorithms. This regress requires the go and wycheproof-testvector packages to be installed, with the regress being skipped otherwise. Discussed with beck@ and tb@
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 b357b3be88..38e3304eb4 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.31 2018/05/15 15:11:15 tb Exp $ 1# $OpenBSD: Makefile,v 1.32 2018/07/25 18:04:09 jsing Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 aead \ 4 aead \
@@ -44,6 +44,7 @@ SUBDIR= \
44 sha256 \ 44 sha256 \
45 sha512 \ 45 sha512 \
46 utf8 \ 46 utf8 \
47 wycheproof \
47 x509 48 x509
48 49
49install: 50install: