summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/bn_mod_exp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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