aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* ECDSA SigGen.{txt,rsp} vector loaderAlex Stapleton2014-04-131-21/+75
* ECDSA vector loaderAlex Stapleton2014-04-121-0/+55
* Some cleanups to importsAlex Gaynor2014-04-051-0/+1
* expand pkcs1 loader to support OAEP as wellPaul Kehrer2014-03-291-2/+9
* Pain the bikeshed a different colourAlex Stapleton2014-03-271-2/+1
* Fixes to @alex's commentsAlex Stapleton2014-03-271-2/+4
* Address most of my own commentsAlex Stapleton2014-03-271-3/+3
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-0/+9
* Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-241-4/+5
* Load vectors from cryptography.vectorsMatthew Iversen2014-03-221-8/+5
* a few small fixesPaul Kehrer2014-03-191-0/+1
* import order fixes for future automated checkingPaul Kehrer2014-03-191-1/+1
* py3 fixPaul Kehrer2014-03-181-2/+2
* another file permutation for rsa nist tested.Paul Kehrer2014-03-181-0/+3
* expand RSA NIST vector loader to support verification vectors as wellPaul Kehrer2014-03-181-8/+27
* change rsa nist loader to use strings for algorithm namePaul Kehrer2014-03-161-1/+1
* Change flag to a boolMohammed Attia2014-03-131-12/+12
* Remove some of the vectors in the loader testMohammed Attia2014-03-121-11/+5
* Add loader and loader test for FIPS DSA KeyPair vectorsMohammed Attia2014-03-121-0/+55
* add FIPS RSA test loader + testsPaul Kehrer2014-03-101-0/+41
* 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-2/+2
* rename msg -> message in pkcs1 loaderPaul Kehrer2014-02-181-1/+1
* fix pep8Paul Kehrer2014-02-171-3/+4
* expand pkcs1 loader to load PKCS1 v1.5 and PSS signature examplesPaul Kehrer2014-02-171-2/+43
* remove openssl vector loader that is no longer in usePaul Kehrer2014-02-161-20/+0
* add crt coefficients to RSAPrivateKey constructor and update testsPaul Kehrer2014-02-121-0/+6
* PKCS #1 RSA test vector loaderAlex Stapleton2014-02-051-0/+77
* PBKDF2 support for OpenSSL backendPaul Kehrer2014-01-281-0/+4
* Represent the hash vectors more cleanlyAlex Gaynor2014-01-271-10/+13
* revert fixture decorator for now, switch to append. no more globalsPaul Kehrer2014-01-191-6/+6
* modify backend selection to allow multiple backends via comma delimiterPaul Kehrer2014-01-181-8/+17
* support --backend as a pytest flag to limit to one backend for testingPaul Kehrer2014-01-131-0/+10
* 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