Commit message (Collapse) | Author | ||
---|---|---|---|
2015-06-11 | test: bugfix | Egor Tensin | |
2015-06-11 | test: 800-38a.py -> nist-sp-800-38a.py | Egor Tensin | |
2015-06-09 | test/800-38a.py: get rid of unittest | Egor Tensin | |
2015-06-09 | test/800-38a.py: change default log file name | Egor Tensin | |
2015-06-09 | test/800-38a.py: more verbose logging | Egor Tensin | |
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/800-38a.py: bugfix | Egor Tensin | |
Don't stop testing if a mismatch was encountered. | |||
2015-06-04 | test: bugfix | Egor Tensin | |
2015-06-04 | test: add test vectors from NIST 800-38A | Egor Tensin | |