summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/bn_add_sub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add more regress tests for BN_usub().jsing2023-01-311-1/+22
| | | | | | This adds more tests for BN_usub(), particularly where b > a, which should be an error condition. One of these currently succeeds and produces incorrect results.
* bn_add_sub: no need for a BIO to print to stderrtb2022-12-021-21/+13
|
* Flatten structure of libcrypto/bn teststb2022-12-011-0/+236
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