| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits(). | jsing | 2024-04-09 | 1 | -1/+2 |
| * | The bn_mod_exp test is no longer an expected failure | tb | 2023-10-19 | 1 | -3/+1 |
| * | Add test case checking aliasing of the result with other arguments | tb | 2023-10-19 | 1 | -1/+3 |
| * | Retire the bn_rand_interval() test | tb | 2023-08-03 | 1 | -3/+1 |
| * | Add regress coverage for bn_printf | tb | 2023-07-06 | 1 | -1/+3 |
| * | Add regress coverage for BN_mod_inverse() | tb | 2023-06-03 | 1 | -1/+2 |
| * | Provide initial regress for BN_{asc,dec,hex}2bn()/BN_bn2{dec,hex}() | jsing | 2023-04-22 | 1 | -1/+2 |
| * | Allow overriding the bc implementation used in run-bc | tb | 2023-04-17 | 1 | -2/+7 |
| * | Fix typo | tb | 2023-04-17 | 1 | -2/+2 |
| * | Provide benchmarks for BN_copy() | jsing | 2023-04-10 | 1 | -1/+2 |
| * | bn_to_string no longer needs to be linked statically | tb | 2023-04-10 | 1 | -2/+1 |
| * | Link bn_gcd test to regress | tb | 2023-04-03 | 1 | -1/+3 |
| * | Unhook bn_mod_exp2_mont test | tb | 2023-03-26 | 1 | -2/+1 |
| * | bn_primes: there is no need to link this statically. It can pull the | tb | 2023-03-26 | 1 | -2/+5 |
| * | Rename bn_mod_exp_zero to the more appropriate bn_mod_exp | tb | 2023-03-18 | 1 | -3/+3 |
| * | Retire the bn_mod_exp test. | tb | 2023-03-18 | 1 | -3/+1 |
| * | Add regress coverage for BN_{add,sub,mul,div,mod}_word(). | jsing | 2023-03-11 | 1 | -1/+2 |
| * | Add bn/arch/${MACHINE_CPU} to the include path. | jsing | 2023-01-31 | 1 | -1/+2 |
| * | Rename bn_mul.c regress to bn_mul_div.c. | jsing | 2023-01-29 | 1 | -4/+4 |
| * | Provide basic benchmarks for BN_mul() and BN_sqr(). | jsing | 2023-01-21 | 1 | -2/+4 |
| * | Move benchmark target up a bit and mark it phony | tb | 2022-12-17 | 1 | -4/+5 |
| * | Provide regress coverage for BN shift functions. | jsing | 2022-12-17 | 1 | -1/+5 |
| * | bn/Makefile: tidy up and simplify | tb | 2022-12-09 | 1 | -16/+10 |
| * | Link new bn_mod_exp_zero test to build | tb | 2022-12-02 | 1 | -1/+3 |
| * | libcrypto/bn: switch back to manual regress targets | tb | 2022-12-02 | 1 | -3/+8 |
| * | Use the default targets from bsd.regress.mk as far as possible | tb | 2022-12-02 | 1 | -9/+4 |
| * | Fix typo, move one .PHONY target nearer to the target itself | tb | 2022-12-01 | 1 | -4/+3 |
| * | zap extra blank line | tb | 2022-12-01 | 1 | -2/+1 |
| * | Check that the bn_isqrt -C output isn't changed | tb | 2022-12-01 | 1 | -1/+13 |
| * | regress/libcrypto: merge exp/ into bn/ | tb | 2022-12-01 | 1 | -1/+3 |
| * | Flatten structure of libcrypto/bn tests | tb | 2022-12-01 | 1 | -14/+52 |
| * | Add regress coverage for BN_cmp()/BN_ucmp(). | jsing | 2022-11-30 | 1 | -3/+11 |
| * | link rand/ to build | tb | 2018-11-06 | 1 | -2/+4 |
| * | +addsub | tb | 2018-07-10 | 1 | -1/+2 |
| * | Simple regress test for the amd64 bn_mul_mont bug found by Joyent | miod | 2014-06-20 | 1 | -2/+3 |
| * | Move the crypto/bn regression test one directory deeper in preparation for | miod | 2014-06-20 | 1 | -7/+6 |
| * | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | miod | 2014-06-01 | 1 | -1/+3 |
| * | Import the OpenSSL libcrypto tests in a form suitable for our rergress | miod | 2014-04-15 | 1 | -0/+7 |