aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/toolkit.py (follow)
Commit message (Collapse)AuthorAge
* code style & refactoringEgor Tensin2017-05-04
|
* test: code styleEgor Tensin2017-01-30
|
* fix licensing noticesEgor Tensin2016-09-25
| | | | Also, remove the docs, which were never there anyway.
* test/toolkit.py: drop the .exe extensionEgor Tensin2016-07-18
|
* test: fix Pylint warningsEgor Tensin2016-06-21
|
* test: use EnumEgor Tensin2016-02-13
|
* test: refactoringEgor Tensin2015-12-28
|
* utils: interface update & refactoringEgor Tensin2015-12-28
|
* utils: refactor command line parsingEgor Tensin2015-12-27
|
* test: bugfix & refactoringEgor Tensin2015-10-24
|
* add test/file.pyEgor Tensin2015-10-24
|
* test/toolkit.py: fix utility namesEgor Tensin2015-08-03
|
* merge specialized block utils into general onesEgor Tensin2015-06-25
| | | | ... taking advantage of the new template interface.
* test: locate executables in PATHEgor Tensin2015-06-24
|
* test/toolkit.py: fix executable namesEgor Tensin2015-06-22
|
* test/toolkit.py: capture stderrEgor Tensin2015-06-18
|
* test: merge block utilitiesEgor Tensin2015-06-18
|
* 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