aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* remove distinction between encrypt/decrypt in the openssl loaderPaul Kehrer2013-09-241-105/+7
| | | | | | | * This was done because all the OpenSSL test vectors we're currently using are identical between encrypt/decrypt. * Removed a bunch of unneeded unit tests that checked the encrypt/decrypt vectors
* crazy pep8 contortionsPaul Kehrer2013-09-151-25/+42
|
* add cryptrec and openssl test vector loaders + testsPaul Kehrer2013-09-151-2/+221
|
* Made the load NIST vectors test utility use bytes correctlyAlex Gaynor2013-08-101-58/+95
|
* Add a test utility functions to read & process NIST vector filesDonald Stufft2013-08-091-0/+193