index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hazmat
/
primitives
/
test_dsa.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated RSA and DSA tests for moved classes
Alex Gaynor
2015-02-24
1
-4
/
+4
*
add NotImplemented handling
Paul Kehrer
2014-12-10
1
-0
/
+3
*
add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classes
Paul Kehrer
2014-12-10
1
-0
/
+61
*
add encode_rfc6979_signature and refactor tests to use it
Paul Kehrer
2014-11-27
1
-3
/
+6
*
Update the license header for every source file, as well as the documentation.
Alex Gaynor
2014-11-16
1
-13
/
+3
*
Change how we represented that a test requires a backend.
Alex Gaynor
2014-10-23
1
-3
/
+4
*
Fixed #1392 -- allow more combinations of p and q's bit lengths
Alex Gaynor
2014-10-13
1
-99
/
+0
*
remove deprecated DSA classes/methods and update tests
Paul Kehrer
2014-09-30
1
-517
/
+449
*
deprecate concrete DSA classes and update DSA docs
Paul Kehrer
2014-06-27
1
-3
/
+11
*
add generate_private_key to DSAParameters + add a new function to dsa
Paul Kehrer
2014-06-27
1
-2
/
+11
*
DSA opaque OpenSSL
Paul Kehrer
2014-06-25
1
-22
/
+50
*
modify test_dsa to use DSA*Numbers and split fixtures out
Paul Kehrer
2014-06-23
1
-276
/
+177
*
remove parameter_numbers from DSAPrivateNumbers since it's on public
Paul Kehrer
2014-06-23
1
-20
/
+3
*
DSA*Numbers classes
Paul Kehrer
2014-06-22
1
-0
/
+77
*
add test to cover missed line
Paul Kehrer
2014-05-01
1
-0
/
+9
*
DSA signing support (this is mostly skeuomorf's work, credit to him)
Paul Kehrer
2014-05-01
1
-0
/
+54
*
add check to ensure only invalid ASN1 gives InvalidSignature in DSA
Paul Kehrer
2014-05-01
1
-0
/
+9
*
updates for review feedback
Paul Kehrer
2014-05-01
1
-2
/
+5
*
move use after finalize to its own test
Paul Kehrer
2014-05-01
1
-4
/
+13
*
remove hash check in verifier as this isn't a proper restriction
Paul Kehrer
2014-04-30
1
-25
/
+0
*
restructure some tests, add skip, use der_encode_dsa_signature
Paul Kehrer
2014-04-30
1
-51
/
+45
*
fix pep8 violation
Paul Kehrer
2014-04-30
1
-8
/
+4
*
Add verification tests
Mohammed Attia
2014-04-30
1
-5
/
+99
*
Fix pep8 errors for latest import linter
Alex Stapleton
2014-04-20
1
-1
/
+1
*
Add DSABackend
Mohammed Attia
2014-04-04
1
-13
/
+22
*
Add tests for DSA parameters and key generation
Mohammed Attia
2014-04-03
1
-0
/
+41
*
Add DSA private key api, docs and tests
Mohammed Attia
2014-03-30
1
-2
/
+290
*
Add DSA public key api, docs and tests
Mohammed Attia
2014-03-30
1
-0
/
+146
*
Add DSA parameters api, docs and tests
Mohammed Attia
2014-03-30
1
-0
/
+247