Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 1 | -26/+19 |
* | document the ValueError | Paul Kehrer | 2014-03-19 | 1 | -0/+6 |
* | RSA PSS signature support | Paul Kehrer | 2014-03-19 | 1 | -3/+58 |
* | Added backend check to rsa primitives | Ayrx | 2014-03-16 | 1 | -0/+12 |
* | docs language improvement | Paul Kehrer | 2014-02-26 | 1 | -1/+1 |
* | fix docs, port some review comments forward to the new PR | Paul Kehrer | 2014-02-25 | 1 | -18/+21 |
* | more kwargs | Paul Kehrer | 2014-02-25 | 1 | -1/+5 |
* | add RSA verification support | Paul Kehrer | 2014-02-25 | 1 | -0/+36 |
* | reorganize docs slightly | Paul Kehrer | 2014-02-25 | 1 | -15/+21 |
* | rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding | Paul Kehrer | 2014-02-24 | 1 | -1/+1 |
* | incorporate review feedback. kwarg! | Paul Kehrer | 2014-02-23 | 1 | -1/+5 |
* | add RSA PKCS1 signing (and structure for PSS + verification) | Paul Kehrer | 2014-02-23 | 1 | -0/+107 |