diff options
| author | tb <> | 2026-01-23 07:24:48 +0000 |
|---|---|---|
| committer | tb <> | 2026-01-23 07:24:48 +0000 |
| commit | abaacba9756060fd447f010a2698e3150d3f5378 (patch) | |
| tree | 7a0a990c8278388d7e4344d8f44411901c10f53f /src/regress/lib/libcrypto/bn/Makefile | |
| parent | 1d7136fcf0caff8676faffd436741a5eac8c1ede (diff) | |
| download | openbsd-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/Makefile | 4 |
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 | ||
| 3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
| 4 | PROGS += bn_bits | 4 | PROGS += bn_bits |
| 5 | PROGS += bn_cmp | 5 | PROGS += bn_cmp |
| 6 | PROGS += bn_convert | 6 | PROGS += bn_convert |
| 7 | PROGS += bn_ffdh | ||
| 7 | PROGS += bn_gcd | 8 | PROGS += bn_gcd |
| 8 | PROGS += bn_general | 9 | PROGS += bn_general |
| 9 | PROGS += bn_isqrt | 10 | PROGS += bn_isqrt |
| @@ -20,6 +21,7 @@ PROGS += bn_to_string | |||
| 20 | PROGS += bn_unit | 21 | PROGS += bn_unit |
| 21 | PROGS += bn_word | 22 | PROGS += bn_word |
| 22 | 23 | ||
| 24 | STATIC_LINK += bn_ffdh | ||
| 23 | STATIC_LINK += bn_gcd | 25 | STATIC_LINK += bn_gcd |
| 24 | STATIC_LINK += bn_isqrt | 26 | STATIC_LINK += bn_isqrt |
| 25 | STATIC_LINK += bn_mod_exp | 27 | STATIC_LINK += bn_mod_exp |
