aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/rsa.rst
Commit message (Expand)AuthorAgeFilesLines
* improve style in test, update docs for rsa encryption reviewPaul Kehrer2014-04-241-1/+2
* change doctest to codeblock until we add multibackend support for encryptPaul Kehrer2014-04-241-16/+16
* RSA encryption supportPaul Kehrer2014-04-241-0/+60
* add OAEP decryption example in docsPaul Kehrer2014-04-221-0/+16
* OAEP support for RSA decryptionPaul Kehrer2014-04-221-2/+10
* more key length checks, docs updatePaul Kehrer2014-04-201-3/+3
* remove InvalidDecryption and replace with ValueErrorPaul Kehrer2014-04-201-5/+2
* more docsPaul Kehrer2014-04-201-0/+33
* Utility methods for RSA CRT paramsAlex Stapleton2014-04-181-0/+35
* Merge pull request #883 from reaperhulk/deprecation-danceAlex Gaynor2014-04-031-12/+6
|\
| * move salt_length from MGF1 to PSS and start deprecation cyclePaul Kehrer2014-04-021-12/+6
* | Remove 'Must be at least 512.' statement from RSA's docsMohammed Attia2014-04-031-3/+3
|/
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-26/+19
* document the ValueErrorPaul Kehrer2014-03-191-0/+6
* RSA PSS signature supportPaul Kehrer2014-03-191-3/+58
* Added backend check to rsa primitivesAyrx2014-03-161-0/+12
* docs language improvementPaul Kehrer2014-02-261-1/+1
* fix docs, port some review comments forward to the new PRPaul Kehrer2014-02-251-18/+21
* more kwargsPaul Kehrer2014-02-251-1/+5
* add RSA verification supportPaul Kehrer2014-02-251-0/+36
* reorganize docs slightlyPaul Kehrer2014-02-251-15/+21
* rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPaddingPaul Kehrer2014-02-241-1/+1
* incorporate review feedback. kwarg!Paul Kehrer2014-02-231-1/+5
* add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-231-0/+107