CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/18 13:53:19
Modified files:
regress/lib/libcrypto/bn/general: Makefile
Added files:
regress/lib/libcrypto/bn/general: bn_primes.c
Log message:
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.
