summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/Makefile
diff options
context:
space:
mode:
authortb <>2026-01-23 07:24:48 +0000
committertb <>2026-01-23 07:24:48 +0000
commitabaacba9756060fd447f010a2698e3150d3f5378 (patch)
tree7a0a990c8278388d7e4344d8f44411901c10f53f /src/regress/lib/libcrypto/bn/Makefile
parent1d7136fcf0caff8676faffd436741a5eac8c1ede (diff)
downloadopenbsd-abaacba9756060fd447f010a2698e3150d3f5378.tar.gz
openbsd-abaacba9756060fd447f010a2698e3150d3f5378.tar.bz2
openbsd-abaacba9756060fd447f010a2698e3150d3f5378.zip
bn regress: add test that double checks the RFC 2409 and 3526 primes
Also has code to check the RFC 7919 primes and run DH_check() once that knows about these.
Diffstat (limited to 'src/regress/lib/libcrypto/bn/Makefile')
-rw-r--r--src/regress/lib/libcrypto/bn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile
index 8f49050615..2cf1b4250d 100644
--- a/src/regress/lib/libcrypto/bn/Makefile
+++ b/src/regress/lib/libcrypto/bn/Makefile
@@ -1,9 +1,10 @@
1# $OpenBSD: Makefile,v 1.38 2024/04/09 14:59:57 jsing Exp $ 1# $OpenBSD: Makefile,v 1.39 2026/01/23 07:24:48 tb Exp $
2 2
3PROGS += bn_add_sub 3PROGS += bn_add_sub
4PROGS += bn_bits 4PROGS += bn_bits
5PROGS += bn_cmp 5PROGS += bn_cmp
6PROGS += bn_convert 6PROGS += bn_convert
7PROGS += bn_ffdh
7PROGS += bn_gcd 8PROGS += bn_gcd
8PROGS += bn_general 9PROGS += bn_general
9PROGS += bn_isqrt 10PROGS += bn_isqrt
@@ -20,6 +21,7 @@ PROGS += bn_to_string
20PROGS += bn_unit 21PROGS += bn_unit
21PROGS += bn_word 22PROGS += bn_word
22 23
24STATIC_LINK += bn_ffdh
23STATIC_LINK += bn_gcd 25STATIC_LINK += bn_gcd
24STATIC_LINK += bn_isqrt 26STATIC_LINK += bn_isqrt
25STATIC_LINK += bn_mod_exp 27STATIC_LINK += bn_mod_exp