summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/bn_rand_interval.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Retire the bn_rand_interval() testtb2023-08-031-112/+0
| | | | | | This test was never particularly useful. An upcoming API change for the internal bn_rand_interval() API would require some adjustments. It's not worth it.
* reduce number of tests in bn_rand_interval.tb2023-03-081-2/+2
| | | | | This is only testing basic functionality anyway, so 10000 tests are more than enough.
* Flatten structure of libcrypto/bn teststb2022-12-011-0/+112
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