aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
Commit message (Expand)AuthorAgeFilesLines
* backend support check now lists which backend caused the skipPaul Kehrer2014-01-031-1/+3
* change typeerror to valueerrorPaul Kehrer2013-12-271-2/+2
* rename the method to be less horribly namedPaul Kehrer2013-12-261-1/+1
* add mark that allows us to do skip tests on backends via decoratorsPaul Kehrer2013-12-261-0/+10
* Move stuff around and coverageAlex Gaynor2013-12-241-1/+11
* simplify nist loader to completely ignore sectionsPaul Kehrer2013-11-181-29/+11
* modify nist loader to support multi-line GCM sectionsPaul Kehrer2013-11-181-1/+9
* GCM loader supportPaul Kehrer2013-11-121-1/+5
* Remove separate file loaders and replace with onePaul Kehrer2013-11-111-34/+8
* Ignore the sections of the NIST filesAlex Gaynor2013-11-111-8/+5
* Simplify the code by doing the filtering earlier, rather than laterAlex Gaynor2013-11-111-5/+9
* restructure vectors into ciphers/hashes/hmacPaul Kehrer2013-10-301-3/+3
* clean up loader and make docs default to hmac sha256Paul Kehrer2013-10-281-1/+8
* address initial review commentsPaul Kehrer2013-10-281-2/+3
* HMAC supportPaul Kehrer2013-10-281-2/+10
* Move primtives into a hazmat packageDonald Stufft2013-10-281-4/+6
* Test what happens when an invalid line is in the cryptrec vectorsDonald Stufft2013-10-191-0/+2
* update loader and test to handle lines with bracketsPaul Kehrer2013-10-181-1/+1
* hash vector loader and testsPaul Kehrer2013-10-181-0/+35
* Ported openssl vector testsAlex Gaynor2013-10-161-11/+6
* 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
* 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