summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits().jsing2024-04-091-1/+2
* The bn_mod_exp test is no longer an expected failuretb2023-10-191-3/+1
* Add test case checking aliasing of the result with other argumentstb2023-10-191-1/+3
* Retire the bn_rand_interval() testtb2023-08-031-3/+1
* Add regress coverage for bn_printftb2023-07-061-1/+3
* Add regress coverage for BN_mod_inverse()tb2023-06-031-1/+2
* Provide initial regress for BN_{asc,dec,hex}2bn()/BN_bn2{dec,hex}()jsing2023-04-221-1/+2
* Allow overriding the bc implementation used in run-bctb2023-04-171-2/+7
* Fix typotb2023-04-171-2/+2
* Provide benchmarks for BN_copy()jsing2023-04-101-1/+2
* bn_to_string no longer needs to be linked staticallytb2023-04-101-2/+1
* Link bn_gcd test to regresstb2023-04-031-1/+3
* Unhook bn_mod_exp2_mont testtb2023-03-261-2/+1
* bn_primes: there is no need to link this statically. It can pull thetb2023-03-261-2/+5
* Rename bn_mod_exp_zero to the more appropriate bn_mod_exptb2023-03-181-3/+3
* Retire the bn_mod_exp test.tb2023-03-181-3/+1
* Add regress coverage for BN_{add,sub,mul,div,mod}_word().jsing2023-03-111-1/+2
* Add bn/arch/${MACHINE_CPU} to the include path.jsing2023-01-311-1/+2
* Rename bn_mul.c regress to bn_mul_div.c.jsing2023-01-291-4/+4
* Provide basic benchmarks for BN_mul() and BN_sqr().jsing2023-01-211-2/+4
* Move benchmark target up a bit and mark it phonytb2022-12-171-4/+5
* Provide regress coverage for BN shift functions.jsing2022-12-171-1/+5
* bn/Makefile: tidy up and simplifytb2022-12-091-16/+10
* Link new bn_mod_exp_zero test to buildtb2022-12-021-1/+3
* libcrypto/bn: switch back to manual regress targetstb2022-12-021-3/+8
* Use the default targets from bsd.regress.mk as far as possibletb2022-12-021-9/+4
* Fix typo, move one .PHONY target nearer to the target itselftb2022-12-011-4/+3
* zap extra blank linetb2022-12-011-2/+1
* Check that the bn_isqrt -C output isn't changedtb2022-12-011-1/+13
* regress/libcrypto: merge exp/ into bn/tb2022-12-011-1/+3
* Flatten structure of libcrypto/bn teststb2022-12-011-14/+52
* Add regress coverage for BN_cmp()/BN_ucmp().jsing2022-11-301-3/+11
* link rand/ to buildtb2018-11-061-2/+4
* +addsubtb2018-07-101-1/+2
* Simple regress test for the amd64 bn_mul_mont bug found by Joyentmiod2014-06-201-2/+3
* Move the crypto/bn regression test one directory deeper in preparation formiod2014-06-201-7/+6
* Build these tests with WARNINGS=Yes and -Werror, and do the necessarymiod2014-06-011-1/+3
* Import the OpenSSL libcrypto tests in a form suitable for our rergressmiod2014-04-151-0/+7