aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Start of the great refactoringAlex Gaynor2013-10-161-10/+12
|
* simplify cryptrec loader, improve commentsPaul Kehrer2013-09-271-27/+17
|
* remove distinction between encrypt/decrypt in the openssl loaderPaul Kehrer2013-09-241-19/+6
| | | | | | | * 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
* simplify and annotate loaders based on review feedbackPaul Kehrer2013-09-231-14/+17
|
* sort the cryptrec loader dict's items to test reliablyPaul Kehrer2013-09-151-1/+1
|
* add cryptrec and openssl test vector loaders + testsPaul Kehrer2013-09-151-0/+83
|
* Made the load NIST vectors test utility use bytes correctlyAlex Gaynor2013-08-101-1/+14
|
* Add a test utility functions to read & process NIST vector filesDonald Stufft2013-08-091-0/+48