aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* Use iteritems from the six module for Python 3 compatibilityMohammed Attia2014-03-121-1/+3
* Decrease loader test sizeMohammed Attia2014-03-121-575/+1
* Add loader and loader test for FIPS DSA KeyPair vectorsMohammed Attia2014-03-121-1/+1370
* add FIPS RSA test loader + testsPaul Kehrer2014-03-101-1/+65
* Added future imports and licenses that are missingAlex Gaynor2014-03-081-0/+2
* these examples should be bytes to be consistent with other loadersPaul Kehrer2014-02-191-37/+38
* rename msg -> message in pkcs1 loaderPaul Kehrer2014-02-181-13/+14
* expand pkcs1 loader to load PKCS1 v1.5 and PSS signature examplesPaul Kehrer2014-02-171-8/+125
* remove openssl vector loader that is no longer in usePaul Kehrer2014-02-161-53/+2
* add crt coefficients to RSAPrivateKey constructor and update testsPaul Kehrer2014-02-121-2/+29
* Updated vectors to include secret.Ayrx2014-02-101-0/+16
* Added test vectors for HOTP and TOTP algorithms.Ayrx2014-02-091-0/+98
* PKCS #1 RSA test vector loaderAlex Stapleton2014-02-051-1/+298
* add test for null char replacementPaul Kehrer2014-01-291-0/+19
* revert fixture decorator for now, switch to append. no more globalsPaul Kehrer2014-01-191-8/+8
* modify backend selection to allow multiple backends via comma delimiterPaul Kehrer2014-01-181-5/+26
* support --backend as a pytest flag to limit to one backend for testingPaul Kehrer2014-01-131-1/+22
* 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