aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/toolkit.py (follow)
Commit message (Collapse)AuthorAge
* test: rename the utilitiesEgor Tensin2015-06-10
|
* test/toolkit.py: bugfixEgor Tensin2015-06-09
| | | | | | * Add algorithm and mode detection functions. * run_encrypt_tool & run_decrypt_tool now accept a list of inputs rather than a single input.
* test: refactoringEgor Tensin2015-06-08
| | | | | | | | | * Test vectors are now stored in the Python script rather than in a JSON file. * The tests are now really Python's unittest `TestCase`s, allowing (at least in the future) to discover and run them automatically. * Use logging from the standard library for logging. * Bugfix & refactoring.
* test: don't stop after the first failureEgor Tensin2015-06-06
|
* test: add test vectors from NIST 800-38AEgor Tensin2015-06-04