Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase the year in some of our docs | Alex Gaynor | 2015-01-08 | 1 | -2/+2 |
| | |||||
* | add decode_rfc6979_signature helper for DSA/ECDSA | Paul Kehrer | 2014-11-27 | 1 | -1/+2 |
| | |||||
* | Describe teh format of the result of signer.finalize(). Fixes #1479 | Alex Gaynor | 2014-11-17 | 1 | -0/+9 |
| | |||||
* | remove deprecated DSA classes/methods and update tests | Paul Kehrer | 2014-09-30 | 1 | -167/+0 |
| | |||||
* | document methods on RSA/DSA Numbers classes | Paul Kehrer | 2014-07-10 | 1 | -0/+30 |
| | |||||
* | Remove merge leftovers | Terry Chia | 2014-07-08 | 1 | -1/+0 |
| | |||||
* | deprecate concrete DSA classes and update DSA docs | Paul Kehrer | 2014-06-27 | 1 | -117/+126 |
| | |||||
* | add generate_private_key to DSAParameters + add a new function to dsa | Paul Kehrer | 2014-06-27 | 1 | -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 docs | Paul Kehrer | 2014-06-25 | 1 | -0/+37 |
| | |||||
* | fix some language | Paul Kehrer | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | remove parameter_numbers from DSAPrivateNumbers since it's on public | Paul Kehrer | 2014-06-23 | 1 | -8/+1 |
| | |||||
* | DSA*Numbers classes | Paul Kehrer | 2014-06-22 | 1 | -0/+74 |
| | |||||
* | Style guide fix in the docs | Alex Gaynor | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | Fix some typos in the docs | Alex Stapleton | 2014-05-02 | 1 | -5/+5 |
| | |||||
* | convert dsa examples to doctest | Paul Kehrer | 2014-05-02 | 1 | -2/+2 |
| | |||||
* | remove an unneeded line in the example | Paul Kehrer | 2014-05-01 | 1 | -1/+0 |
| | |||||
* | DSA signing support (this is mostly skeuomorf's work, credit to him) | Paul Kehrer | 2014-05-01 | 1 | -0/+43 |
| | |||||
* | updates for review feedback | Paul Kehrer | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | Add DSA verification docs | Mohammed Attia | 2014-04-30 | 1 | -0/+49 |
| | |||||
* | Missing comma, whitespace | Alex Gaynor | 2014-04-07 | 1 | -8/+8 |
| | |||||
* | Add docs for DSA parameters and key generation | Mohammed Attia | 2014-04-04 | 1 | -1/+58 |
| | |||||
* | Add DSA private key api, docs and tests | Mohammed Attia | 2014-03-30 | 1 | -0/+17 |
| | |||||
* | Add DSA public key api, docs and tests | Mohammed Attia | 2014-03-30 | 1 | -0/+22 |
| | |||||
* | Add DSA parameters api, docs and tests | Mohammed Attia | 2014-03-30 | 1 | -0/+29 |