summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/general/bn_mod_sqrt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Flatten structure of libcrypto/bn teststb2022-12-011-129/+0
| | | | | | | | | The bn tests were distributed into three subdirectories rather randomly. It's cleaner and easier to maintain if all this is in a single directory. Use consistent names for the .c files, unify handling of the tests with the exception of bn_test, which is special. Discussed with jsing
* Refrain from printing SUCCESS in some of my teststb2022-12-011-4/+1
| | | | Silence is good. On failure, the regress framework will make it clear.
* Add a simple regress to verify that the infinite loop in BN_mod_sqrt()tb2022-03-151-0/+132
is fixed.