aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_dsa.py
Commit message (Collapse)AuthorAgeFilesLines
* add test to cover missed linePaul Kehrer2014-05-011-0/+9
|
* DSA signing support (this is mostly skeuomorf's work, credit to him)Paul Kehrer2014-05-011-0/+54
|
* add check to ensure only invalid ASN1 gives InvalidSignature in DSAPaul Kehrer2014-05-011-0/+9
|
* updates for review feedbackPaul Kehrer2014-05-011-2/+5
|
* move use after finalize to its own testPaul Kehrer2014-05-011-4/+13
|
* remove hash check in verifier as this isn't a proper restrictionPaul Kehrer2014-04-301-25/+0
|
* restructure some tests, add skip, use der_encode_dsa_signaturePaul Kehrer2014-04-301-51/+45
|
* fix pep8 violationPaul Kehrer2014-04-301-8/+4
|
* Add verification testsMohammed Attia2014-04-301-5/+99
|
* Fix pep8 errors for latest import linterAlex Stapleton2014-04-201-1/+1
|
* Add DSABackendMohammed Attia2014-04-041-13/+22
|
* Add tests for DSA parameters and key generationMohammed Attia2014-04-031-0/+41
|
* Add DSA private key api, docs and testsMohammed Attia2014-03-301-2/+290
|
* Add DSA public key api, docs and testsMohammed Attia2014-03-301-0/+146
|
* Add DSA parameters api, docs and testsMohammed Attia2014-03-301-0/+247