Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #4734 -- Deal with deprecated things (#4736) | Alex Gaynor | 2019-01-23 | 1 | -12/+1 |
| | | | | | | | | | | * Fixes #4734 -- Deal with deprecated things - Make year based aliases of PersistentlyDeprecated so we can easily assess age - Removed encode/decode rfc6979 signature - Removed Certificate.serial * Unused import | ||||
* | Use a different warning class so users get warnings (#4014) | Alex Gaynor | 2017-11-11 | 1 | -2/+5 |
| | | | | | | | | | | | | * Use a different warning class so users get warnings * fixed tests * do our own warning class * typo * flake8 | ||||
* | replace pyasn1 with asn1crypto (#3361) | Ofek Lev | 2017-02-08 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * replace pyasn1 with asn1crypto * allow trailing bytes * fix x509 test * update CHANGELOG.rst * fix assert * make asn1crypto code more idiomatic * find tag * final clean-up * leave trailing byte logic unchanged * document dependency change * spelling * fix spelling | ||||
* | support prehashing in RSA sign (#3238) | Paul Kehrer | 2016-11-20 | 1 | -2/+7 |
| | | | | | | | | * 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 | -21/+29 |
| | |||||
* | Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out! | Alex Gaynor | 2015-06-22 | 1 | -2/+2 |
| | |||||
* | Work around pyasn1's willingness to return endOfOctets in DER parsing | Geoffrey Thomas | 2015-04-13 | 1 | -0/+5 |
| | | | | See #1838 for discussion. | ||||
* | Stupid mistake number one billion. | Paul Kehrer | 2014-12-07 | 1 | -0/+8 |
| | |||||
* | directly test r, s for integer-ness | Paul Kehrer | 2014-12-07 | 1 | -0/+1 |
| | |||||
* | catch PyAsn1Error for encoding signature as well | Paul Kehrer | 2014-12-07 | 1 | -0/+8 |
| | |||||
* | add comment describing how the ASN.1 sequence in a test is invalid | Paul Kehrer | 2014-12-07 | 1 | -0/+2 |
| | |||||
* | catch PyAsn1Error when decoding rfc6979 signature | Paul Kehrer | 2014-12-06 | 1 | -0/+5 |
| | |||||
* | error if signature has trailing bytes | Paul Kehrer | 2014-11-30 | 1 | -0/+7 |
| | |||||
* | add encode_rfc6979_signature and refactor tests to use it | Paul Kehrer | 2014-11-27 | 1 | -0/+34 |