Commit message (Collapse) | Author | ||
---|---|---|---|
2021-03-24 | test: log to stdout | Egor Tensin | |
2019-12-23 | test: pylint/pep8 fixes | Egor Tensin | |
2017-05-04 | code style & refactoring | Egor Tensin | |
2017-01-30 | test: code style | Egor Tensin | |
2016-09-25 | fix licensing notices | Egor Tensin | |
Also, remove the docs, which were never there anyway. | |||
2016-07-18 | test/toolkit.py: drop the .exe extension | Egor Tensin | |
2016-06-21 | test: fix Pylint warnings | Egor Tensin | |
2016-02-13 | test: use Enum | Egor Tensin | |
2015-12-28 | test: refactoring | Egor Tensin | |
2015-12-28 | utils: interface update & refactoring | Egor Tensin | |
2015-12-27 | utils: refactor command line parsing | Egor Tensin | |
2015-10-24 | test: bugfix & refactoring | Egor Tensin | |
2015-10-24 | add test/file.py | Egor Tensin | |
2015-08-03 | test/toolkit.py: fix utility names | Egor Tensin | |
2015-06-25 | merge specialized block utils into general ones | Egor Tensin | |
... taking advantage of the new template interface. | |||
2015-06-24 | test: locate executables in PATH | Egor Tensin | |
2015-06-22 | test/toolkit.py: fix executable names | Egor Tensin | |
2015-06-18 | test/toolkit.py: capture stderr | Egor Tensin | |
2015-06-18 | test: merge block utilities | Egor Tensin | |
2015-06-10 | test: rename the utilities | Egor Tensin | |
2015-06-09 | test/toolkit.py: bugfix | Egor 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-08 | test: refactoring | Egor 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-06 | test: don't stop after the first failure | Egor Tensin | |
2015-06-04 | test: add test vectors from NIST 800-38A | Egor Tensin | |