Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update docs and changelog for prehashed support (#3268) | Paul Kehrer | 2016-11-20 | 1 | -3/+15 |
| | |||||
* | support RSA verify with prehashing (#3265) | Paul Kehrer | 2016-11-20 | 1 | -1/+13 |
| | | | | | | | | | | * support RSA verify with prehashing * review feedback * more dedupe * refactor and move to a separate module | ||||
* | support prehashing in RSA sign (#3238) | Paul Kehrer | 2016-11-20 | 1 | -0/+34 |
| | | | | | | | | * support prehashing in RSA sign * check to make sure digest size matches prehashed data provided * move doctest for prehashed | ||||
* | resolve incorrect docs/naming around DSA (r, s) tuple encode/decode | Paul Kehrer | 2015-08-10 | 1 | -5/+7 |
| | |||||
* | Simpler language | Alex Gaynor | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | Removed a confusing sentence | Alex Gaynor | 2015-04-13 | 1 | -2/+1 |
| | |||||
* | Document that decode_rfc6979_signature raises ValueError | Alex Gaynor | 2015-04-13 | 1 | -0/+3 |
| | |||||
* | add encode_rfc6979_signature and refactor tests to use it | Paul Kehrer | 2014-11-27 | 1 | -0/+10 |
| | |||||
* | add decode_rfc6979_signature helper for DSA/ECDSA | Paul Kehrer | 2014-11-27 | 1 | -0/+16 |