aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* expand pkcs1 loader to support OAEP as wellPaul Kehrer2014-03-291-0/+214
* Pain the bikeshed a different colourAlex Stapleton2014-03-271-1/+1
* Fixes to @alex's commentsAlex Stapleton2014-03-271-17/+20
* Update testsAlex Stapleton2014-03-271-11/+16
* Address most of my own commentsAlex Stapleton2014-03-271-1/+32
* Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-241-0/+7
* import order fixes for future automated checkingPaul Kehrer2014-03-191-4/+4
* remove a comma that was pointlessly addedPaul Kehrer2014-03-181-1/+1
* add headers to each test so the file source can be determinedPaul Kehrer2014-03-181-1/+11
* another file permutation for rsa nist tested.Paul Kehrer2014-03-181-1/+62
* expand RSA NIST vector loader to support verification vectors as wellPaul Kehrer2014-03-181-4/+75
* change rsa nist loader to use strings for algorithm namePaul Kehrer2014-03-161-3/+3
* Add the vectors for different (L,N) pairs again for the loader testMohammed Attia2014-03-131-108/+246
* Change flag to a boolMohammed Attia2014-03-131-94/+92
* Remove some of the vectors in the loader testMohammed Attia2014-03-121-577/+2
* 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