aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* backend support check now lists which backend caused the skipPaul Kehrer2014-01-031-1/+1
* change typeerror to valueerrorPaul Kehrer2013-12-271-1/+1
* rename the method to be less horribly namedPaul Kehrer2013-12-261-7/+7
* add mark that allows us to do skip tests on backends via decoratorsPaul Kehrer2013-12-261-1/+32
* Move stuff around and coverageAlex Gaynor2013-12-241-1/+20
* simplify nist loader to completely ignore sectionsPaul Kehrer2013-11-181-26/+26
* modify nist loader to support multi-line GCM sectionsPaul Kehrer2013-11-181-0/+20
* GCM loader supportPaul Kehrer2013-11-121-0/+130
* flake8Alex Gaynor2013-11-121-0/+1
* fixed bytesAlex Gaynor2013-11-121-4/+4
* simplifyAlex Gaynor2013-11-121-11/+17
* Simplify and make better hte tests for load_from_fileAlex Gaynor2013-11-121-154/+11
* Remove separate file loaders and replace with onePaul Kehrer2013-11-111-11/+13
* Removed some tests that are now duplicatesAlex Gaynor2013-11-111-159/+2
* Ignore the sections of the NIST filesAlex Gaynor2013-11-111-5/+111
* update tests for new test vector locationsPaul Kehrer2013-10-311-2/+2
* restructure vectors into ciphers/hashes/hmacPaul Kehrer2013-10-301-5/+10
* HMAC supportPaul Kehrer2013-10-281-0/+16
* Enable all the flake8Alex Gaynor2013-10-211-4/+6
* Test what happens when an invalid line is in the cryptrec vectorsDonald Stufft2013-10-191-0/+14
* update loader and test to handle lines with bracketsPaul Kehrer2013-10-181-0/+1
* alphabetical import order and quote consistency...Paul Kehrer2013-10-181-10/+10
* hash vector loader and testsPaul Kehrer2013-10-181-1/+56
* flake8 fixesAlex Gaynor2013-10-161-1/+1
* Ported openssl vector testsAlex Gaynor2013-10-161-48/+48
* Start of the great refactoringAlex Gaynor2013-10-161-138/+132
* remove distinction between encrypt/decrypt in the openssl loaderPaul Kehrer2013-09-241-105/+7
* 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