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