aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* fixed testsAlex Gaynor2015-07-021-2/+2
* Modify ECDH Test vector loader for KDF vectorsSimo Sorce2015-05-061-0/+69
* Add loader for ECDH test vectorsSimo Sorce2015-05-011-1/+293
* add encode_rfc6979_signature and refactor tests to use itPaul Kehrer2014-11-271-21/+1
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* move skip_if_empty to separate function for test coveragePaul Kehrer2014-10-251-1/+8
* Change how we represented that a test requires a backend.Alex Gaynor2014-10-231-19/+6
* KASVS vector loaderAlex Stapleton2014-08-101-3/+456
* negative testPaul Kehrer2014-04-301-0/+3
* rename dss_sig_value -> der_encode_dsa_signaturePaul Kehrer2014-04-301-6/+8
* use pyasn1 for creating the dss-sig-value structurePaul Kehrer2014-04-301-11/+0
* dss_sig_value: Pure python conversion of (r, s) to byte streamPaul Kehrer2014-04-301-5/+31
* Fix some typos.Alex Gaynor2014-04-251-1/+1
* fix a coverage miss in the dsa sig vector loaderPaul Kehrer2014-04-221-0/+11
* Modify DSA SigVer loader to be able to load SigGen vectorsMohammed Attia2014-04-221-2/+234
* Add DSA SigVer vectors loaderMohammed Attia2014-04-221-39/+296
* SigVer.rsp loadingAlex Stapleton2014-04-191-4/+7
* Missed an unhexlifyAlex Stapleton2014-04-161-1/+1
* Use binascii.hexlify instead of just hexlifyAlex Stapleton2014-04-151-4/+4
* ECDSA SigGen.{txt,rsp} vector loaderAlex Stapleton2014-04-131-2/+161
* ECDSA vector loaderAlex Stapleton2014-04-121-2/+124
* 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