| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Flatten structure of libcrypto/bn tests | tb | 2022-12-01 | 2 | -247/+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 | ||||
| * | None of these tests needs to link statically. | tb | 2022-06-19 | 1 | -2/+2 |
| | | |||||
| * | avoid using argv[0] for printing to stderr | tb | 2018-07-23 | 1 | -2/+2 |
| | | |||||
| * | Replace getprogname() to argv[0] in bnaddsub | inoguchi | 2018-07-17 | 1 | -3/+2 |
| | | | | | ok tb@ | ||||
| * | Add simple regression tests for BN_{,u}{add,sub}(3). With input from jca | tb | 2018-07-10 | 2 | -0/+248 |
