aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/rsa.rst
Commit message (Expand)AuthorAgeFilesLines
* document methods on RSA/DSA Numbers classesPaul Kehrer2014-07-101-0/+19
* simplify examples per dreid's suggestionPaul Kehrer2014-06-241-39/+1
* add information about why we deprecated the concrete providersPaul Kehrer2014-06-241-0/+5
* RSA doc update for deprecation. Move some examples.Paul Kehrer2014-06-241-258/+260
* modify RSA numbers loading to match elliptic curvePaul Kehrer2014-06-201-0/+24
* rename the docs too.Paul Kehrer2014-06-071-2/+2
* add some missing docsPaul Kehrer2014-06-061-3/+18
* add rsa_generate_private_key function to replace RSAPrivateKey.generatePaul Kehrer2014-06-061-1/+10
* Merge pull request #984 from dreid/rsa-numbersPaul Kehrer2014-06-031-0/+79
|\
| * Make public_numbers a property.David Reid2014-05-011-6/+8
| * Fix typos.David Reid2014-04-301-1/+1
| * Rewrite some descriptions to not be self-referential and rewrite the private ...David Reid2014-04-301-4/+10
| * More RSA*Numbers documentation, gosh these descriptions are bad.David Reid2014-04-301-0/+5
| * Most basic numbers documentation.David Reid2014-04-301-0/+66
* | Missing semicolonAlex Gaynor2014-05-151-4/+4
* | Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docsAlex Gaynor2014-05-151-2/+8
* | Multibackend now supports all of RSABackendPaul Kehrer2014-05-091-34/+54
* | Style guide fix in the docsAlex Gaynor2014-05-031-1/+1
|/
* 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