aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/toolkit.py (unfollow)
Commit message (Collapse)Author
2021-03-24test: log to stdoutEgor Tensin
2019-12-23test: pylint/pep8 fixesEgor Tensin
2017-05-04code style & refactoringEgor Tensin
2017-01-30test: code styleEgor Tensin
2016-09-25fix licensing noticesEgor Tensin
Also, remove the docs, which were never there anyway.
2016-07-18test/toolkit.py: drop the .exe extensionEgor Tensin
2016-06-21test: fix Pylint warningsEgor Tensin
2016-02-13test: use EnumEgor Tensin
2015-12-28test: refactoringEgor Tensin
2015-12-28utils: interface update & refactoringEgor Tensin
2015-12-27utils: refactor command line parsingEgor Tensin
2015-10-24test: bugfix & refactoringEgor Tensin
2015-10-24add test/file.pyEgor Tensin
2015-08-03test/toolkit.py: fix utility namesEgor Tensin
2015-06-25merge specialized block utils into general onesEgor Tensin
... taking advantage of the new template interface.
2015-06-24test: locate executables in PATHEgor Tensin
2015-06-22test/toolkit.py: fix executable namesEgor Tensin
2015-06-18test/toolkit.py: capture stderrEgor Tensin
2015-06-18test: merge block utilitiesEgor Tensin
2015-06-10test: rename the utilitiesEgor Tensin
2015-06-09test/toolkit.py: bugfixEgor Tensin
* Add algorithm and mode detection functions. * run_encrypt_tool & run_decrypt_tool now accept a list of inputs rather than a single input.
2015-06-08test: refactoringEgor Tensin
* 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.
2015-06-06test: don't stop after the first failureEgor Tensin
2015-06-04test: add test vectors from NIST 800-38AEgor Tensin