aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/asymmetric/dsa.py
Commit message (Expand)AuthorAgeFilesLines
* Allow DSA q=224 (#4147)Paul Kehrer2018-03-181-2/+2
* Inline calls to bit_length now that it's trivial (#3966)Alex Gaynor2017-10-121-2/+2
* One shot sign/verify DSA (#3003)Aviv Palivoda2016-06-301-0/+12
* added a repr to the dsa numbers classes (#2961)Alex Gaynor2016-06-031-0/+13
* move PublicKeyWithSerialization methods to PublicKeyPaul Kehrer2015-07-041-3/+3
* deprecation dance.Paul Kehrer2015-05-131-22/+0
* DSA public key serializationPaul Kehrer2015-03-081-1/+18
* serialize DSA private keysPaul Kehrer2015-03-021-1/+18
* Move DSA* interfaces to interfaces.dsa moduleAlex Stapleton2015-01-221-0/+86
* add NotImplemented handlingPaul Kehrer2014-12-101-0/+9
* add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classesPaul Kehrer2014-12-101-0/+23
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-0/+108