Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Flatten structure of libcrypto/bn tests | tb | 2022-12-01 | 1 | -43/+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 | -3/+1 |
| | | | | Silence is good. On failure, the regress framework will make it clear. | ||||
* | Simple regress for NULL deref reported by Guido Vranken and fixed in | tb | 2022-03-10 | 1 | -0/+45 |
bn_exp2.c r1.13. |