aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/dsa.rst
Commit message (Expand)AuthorAgeFilesLines
* Use the contents of the ecrypt docs from the University website (#4673)Alex Gaynor2019-01-021-1/+1
* let's talk about bits baby (#3956)Paul Kehrer2017-10-111-2/+2
* Switch NIST PDFs from nvlpubs to csrc which is HTTPS (#3929)Alex Gaynor2017-09-201-1/+1
* doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721)Paul Kehrer2017-06-241-2/+6
* deprecate signer/verifier on asymmetric keys (#3663)Paul Kehrer2017-06-031-55/+36
* support prehashed sign/verify in DSA (#3266)Paul Kehrer2016-11-201-2/+12
* Removed provider language from asymmetric primitives docs (#3052)Gabriel Orisaka2016-07-261-51/+36
* One shot sign/verification ECDSA (#3029)Aviv Palivoda2016-07-021-1/+1
* one shot verify documentation fix (#3031)Aviv Palivoda2016-06-301-2/+2
* One shot sign/verify DSA (#3003)Aviv Palivoda2016-06-301-0/+53
* Clean up some of the nonsense in our DSA docs. (#2969)Alex Gaynor2016-06-041-5/+5
* address review commentsPaul Kehrer2015-10-121-2/+4
* add some links to public key loading in the RSA/DSA verification sectionsPaul Kehrer2015-10-121-2/+6
* Update the docs for the correct RFC in more placesAlex Gaynor2015-08-121-2/+2
* resolve incorrect docs/naming around DSA (r, s) tuple encode/decodePaul Kehrer2015-08-101-2/+2
* docs changes based on feedbackPaul Kehrer2015-07-041-1/+1
* move PublicKeyWithSerialization methods to PublicKeyPaul Kehrer2015-07-041-7/+7
* remove docs for WithNumbers classes that are removed in 1.0Paul Kehrer2015-07-041-33/+0
* update ecrypt link in docsPaul Kehrer2015-03-301-1/+1
* DSA public key serializationPaul Kehrer2015-03-081-0/+33
* serialize DSA private keysPaul Kehrer2015-03-021-0/+44
* 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 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