summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/bn_mod_exp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rework test failure printingtb2023-03-291-25/+33
* Dedup print functions on test failuretb2023-03-291-29/+14
* Fix printfs that escaped defensive greppingtb2023-03-291-5/+5
* Dedup generate_test_triple() and generate_test_quintuple()tb2023-03-291-50/+20
* Use more consistent names for the main test functionstb2023-03-291-7/+7
* Remove one of those ugly function tablestb2023-03-291-34/+9
* Rename a few variables for readabilitytb2023-03-291-45/+43
* bn_mod_exp: make this test a bit less noisy on failuretb2023-03-271-7/+7
* Switch regress to using bn_copy()tb2023-03-271-3/+3
* Fold the small BN_mod_exp2_mont() crash test into bn_mod_exp.ctb2023-03-261-1/+26
* Test negative modulus as well.tb2023-03-261-5/+7
* Align bn_mod_exp_zero_test() with bn_mod_exp_test()tb2023-03-261-11/+11
* Fix copy-paste errortb2023-03-261-2/+2
* Fix a typo in dump_exp_results()tb2023-03-261-2/+2
* Add more extensive regress coverage for BN_mod_exp2_mont()tb2023-03-261-1/+191
* Rename dump_results() into dump_exp_results()tb2023-03-261-4/+4
* Move the N_MOD_EXP_TESTS up to where it belongstb2023-03-261-3/+3
* Add regress coverage for an issue with BN_mod_exp2_mont() reportedtb2023-03-261-1/+23
* bn_mod_exp_ret() fix stupid logic errortb2023-03-261-4/+5
* KNF: some missing spaces after commatb2023-03-181-5/+5
* Rename bn_mod_exp_zero to the more appropriate bn_mod_exptb2023-03-181-0/+387
* Retire the bn_mod_exp test.tb2023-03-181-219/+0
* Include tests with negative values in BN_mod_exp* regress.jsing2023-03-151-2/+15
* bn_mod_exp test: drop extra parentheses for readabilitytb2022-12-081-4/+4
* bn_mod_exp.c doesn't need <string.h>tb2022-12-051-2/+1
* More cleanuptb2022-12-031-11/+8
* Refactor and fix bn_mod_exp testtb2022-12-031-80/+86
* Add missing checks for BN_mod_exp_{non,}ct()tb2022-12-031-6/+8
* Fix some ancient silliness with a random bytetb2022-12-031-8/+5
* bn_mod_exp.c: printing to stdout needs no BIOtb2022-12-021-17/+9
* bn_mod_exp: we have a BN_CTX available...tb2022-12-021-19/+15
* Check BN_rand() and BN_mod() return valuestb2022-12-021-6/+11
* Rewrite the tests that various modular exponentiation functionstb2022-12-021-148/+2
* regress/libcrypto: merge exp/ into bn/tb2022-12-011-0/+358