Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flatten structure of libcrypto/bn tests | tb | 2022-12-01 | 2 | -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 tests | tb | 2022-12-01 | 1 | -6/+1 |
| | | | | Silence is good. On failure, the regress framework will make it clear. | ||||
* | Use uppercase for SUCCESS for consistency | tb | 2022-06-19 | 1 | -2/+2 |
| | |||||
* | use errx() instead of err() | tb | 2021-04-06 | 1 | -8/+8 |
| | |||||
* | fix a leak pointed out by Ben L (bobsayshi () live ! co ! uk) | tb | 2018-11-10 | 1 | -4/+8 |
| | |||||
* | better failure printing, add more checks | tb | 2018-11-06 | 1 | -9/+35 |
| | |||||
* | add a regression test for bn_rand_interval() | tb | 2018-11-06 | 2 | -0/+98 |