aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/dsa.rst
Commit message (Collapse)AuthorAgeFilesLines
* move asymmetric signature/verification interfacesPaul Kehrer2015-02-161-2/+2
|
* move hash interfacesPaul Kehrer2015-02-131-2/+2
|
* make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-1/+1
|
* Move DSA* interfaces to interfaces.dsa moduleAlex Stapleton2015-01-221-11/+166
|
* Increase the year in some of our docsAlex Gaynor2015-01-081-2/+2
|
* add decode_rfc6979_signature helper for DSA/ECDSAPaul Kehrer2014-11-271-1/+2
|
* Describe teh format of the result of signer.finalize(). Fixes #1479Alex Gaynor2014-11-171-0/+9
|
* remove deprecated DSA classes/methods and update testsPaul Kehrer2014-09-301-167/+0
|
* document methods on RSA/DSA Numbers classesPaul Kehrer2014-07-101-0/+30
|
* Remove merge leftoversTerry Chia2014-07-081-1/+0
|
* deprecate concrete DSA classes and update DSA docsPaul Kehrer2014-06-271-117/+126
|
* add generate_private_key to DSAParameters + add a new function to dsaPaul Kehrer2014-06-271-12/+20
| | | | | | | dsa.generate_private_key(key_size, backend) will allow you to generate a new DSA key and implicitly generate new parameters. This streamlines the common case and will be an avenue to support future backends that don't allow independent generation of DSAParameters (e.g. CommonCrypto)
* dsa docsPaul Kehrer2014-06-251-0/+37
|
* fix some languagePaul Kehrer2014-06-231-1/+1
|
* remove parameter_numbers from DSAPrivateNumbers since it's on publicPaul Kehrer2014-06-231-8/+1
|
* DSA*Numbers classesPaul Kehrer2014-06-221-0/+74
|
* Style guide fix in the docsAlex Gaynor2014-05-031-1/+1
|
* Fix some typos in the docsAlex Stapleton2014-05-021-5/+5
|
* convert dsa examples to doctestPaul Kehrer2014-05-021-2/+2
|
* remove an unneeded line in the examplePaul Kehrer2014-05-011-1/+0
|
* DSA signing support (this is mostly skeuomorf's work, credit to him)Paul Kehrer2014-05-011-0/+43
|
* updates for review feedbackPaul Kehrer2014-05-011-2/+2
|
* Add DSA verification docsMohammed Attia2014-04-301-0/+49
|
* Missing comma, whitespaceAlex Gaynor2014-04-071-8/+8
|
* Add docs for DSA parameters and key generationMohammed Attia2014-04-041-1/+58
|
* Add DSA private key api, docs and testsMohammed Attia2014-03-301-0/+17
|
* Add DSA public key api, docs and testsMohammed Attia2014-03-301-0/+22
|
* Add DSA parameters api, docs and testsMohammed Attia2014-03-301-0/+29