| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- The ECTester.Config class now stores and reads all CLI options
- Testing with the -t / --test option was partially refactored
into:
- Test:
Encapsulates one Command and Response pair with expected result,
a real result and a callback to dynamically assign result
- TestSuite:
Encapsulates a bunch of tests, represents a whole category of
tests either that can be run on any curve or only on some.
|
| |
|
|
|
|
|
|
|
| |
- curves.xml, keys.xml and results.xml's entries can now instead of
file path to point to csv file, contain the csv data inline.
- Moved EC_Category to reader package from data
- Fixed printing of named objects
- Added ECDH/C test for KA_BOTH which does ECDH and ECDHC on the applet
side, compares the results and reports success/failure etc.
|
| | |
|
|
|
- Doesn't work well while simulating, some weird memory bug. Will investigate.
- Has categories of curves, more will be added.
|