aboutsummaryrefslogtreecommitdiffstats
path: root/checks
Commit message (Collapse)AuthorAgeFilesLines
* Add a simple option parser to the check utility; it makes for much sanerlloyd2006-08-093-72/+171
| | | | | | | | | | code in check.cpp, and now the order of options on the command line should not change what heppens. The options taken have changed slightly. All options that take values are now --arg=value instead of "--arg value", and the various --bench-(blah) options have been turned into a new option --bench-type that takes an argument specifying the type of algorithm to benchmark.
* Modify the X.509 tests so they pick up a bug in PKCS10_Requestlloyd2006-06-231-0/+2
|
* Correct the name of the function with the bug.lloyd2006-06-071-4/+2
|
* Add more squaring testslloyd2006-06-071-0/+36
|
* Revert last change to check.cpp (didn't mean to commit that)lloyd2006-06-072-3/+21
| | | | Commit the actual squaring tests in checks/bigint.cpp
* Add an initial set of squaring tests to mp_valid.datlloyd2006-06-071-0/+41
|
* Add hooks for tests for the squaring algorithmslloyd2006-06-071-3/+3
|
* If we find a problem during the BigInt tests, print the data in hexlloyd2006-05-191-8/+2
| | | | instead of decimal.
* Initial checkin1.5.6lloyd2006-05-1826-0/+42360