summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/rand (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Flatten structure of libcrypto/bn teststb2022-12-012-123/+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-6/+1
| | | | Silence is good. On failure, the regress framework will make it clear.
* Use uppercase for SUCCESS for consistencytb2022-06-191-2/+2
|
* use errx() instead of err()tb2021-04-061-8/+8
|
* fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk)tb2018-11-101-4/+8
|
* better failure printing, add more checkstb2018-11-061-9/+35
|
* add a regression test for bn_rand_interval()tb2018-11-062-0/+98