Quick regression test that checks that BN_is_prime_fasttest_ex()
authortb <tb@openbsd.org>
Sat, 18 Jun 2022 19:53:19 +0000 (19:53 +0000)
committertb <tb@openbsd.org>
Sat, 18 Jun 2022 19:53:19 +0000 (19:53 +0000)
commit75a44452e183309e213a58375844ca7553d4d3d1
treec90ce53256dc11bdf2f1cbb17e24a46ef4c2759a
parent7a05b9df39f3ea91b8d543eb94bad172ffd312ad
Quick regression test that checks that BN_is_prime_fasttest_ex()
recognizes the primes in the primes[] table with and without trial
division. Would have caught the bug fixed in bn_primes.c r1.9.
regress/lib/libcrypto/bn/general/Makefile
regress/lib/libcrypto/bn/general/bn_primes.c [new file with mode: 0644]