aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #939 from public/ecdsa-sigver-rspPaul Kehrer2014-04-192-5/+9
|\
| * SigVer.rsp loadingAlex Stapleton2014-04-192-5/+9
* | This one curve is still named wrongAlex Stapleton2014-04-191-1/+2
* | Fix bad NIST <-> SECG curve name mapAlex Stapleton2014-04-181-3/+5
|/
* move some rsa tests to a new classPaul Kehrer2014-04-161-38/+40
* Merge pull request #913 from public/ecdsa-signature-vector-loaderPaul Kehrer2014-04-162-23/+236
|\
| * 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-132-23/+236
* | added unused NIST test files for FIPS 186-2 RSA (PKCS#1 v1.5) to test casesThomas Fenzl2014-04-151-0/+10
|/
* Merge pull request #911 from public/ecdsa-vector-loaderPaul Kehrer2014-04-122-2/+179
|\
| * ECDSA vector loaderAlex Stapleton2014-04-122-2/+179
* | add SEED docs, tests, small fixesPaul Kehrer2014-04-092-1/+103
|/
* pep8, ironyAlex Gaynor2014-04-051-1/+0
* Some cleanups to importsAlex Gaynor2014-04-052-6/+4
* Merge pull request #739 from skeuomorf/dsa-backendPaul Kehrer2014-04-054-3/+109
|\
| * Add docs for DSA parameters and key generationMohammed Attia2014-04-041-5/+3
| * Add DSABackendMohammed Attia2014-04-044-15/+71
| * Add tests for DSA parameters and key generationMohammed Attia2014-04-032-1/+53
* | DummyMGF needs a _salt_length tooPaul Kehrer2014-04-021-1/+1
* | move DeprecatedIn04 to utils, some kwargs changesPaul Kehrer2014-04-021-2/+2
* | address review commentsPaul Kehrer2014-04-021-3/+6
* | move salt_length from MGF1 to PSS and start deprecation cyclePaul Kehrer2014-04-021-41/+99
|/
* fix pep8 errorsAlex Stapleton2014-04-012-3/+1
* Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHMAlex Stapleton2014-04-011-3/+9
* Add _Reasons.UNSUPPORTED_MGF<