Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a simple option parser to the check utility; it makes for much saner | lloyd | 2006-08-09 | 3 | -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_Request | lloyd | 2006-06-23 | 1 | -0/+2 |
| | |||||
* | Correct the name of the function with the bug. | lloyd | 2006-06-07 | 1 | -4/+2 |
| | |||||
* | Add more squaring tests | lloyd | 2006-06-07 | 1 | -0/+36 |
| | |||||
* | Revert last change to check.cpp (didn't mean to commit that) | lloyd | 2006-06-07 | 2 | -3/+21 |
| | | | | Commit the actual squaring tests in checks/bigint.cpp | ||||
* | Add an initial set of squaring tests to mp_valid.dat | lloyd | 2006-06-07 | 1 | -0/+41 |
| | |||||
* | Add hooks for tests for the squaring algorithms | lloyd | 2006-06-07 | 1 | -3/+3 |
| | |||||
* | If we find a problem during the BigInt tests, print the data in hex | lloyd | 2006-05-19 | 1 | -8/+2 |
| | | | | instead of decimal. | ||||
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 26 | -0/+42360 |