Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recover (p, q) given (n, e, d). fixes #975 | Paul Kehrer | 2015-01-18 | 1 | -0/+15 |
| | |||||
* | Bump some more years | Alex Gaynor | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | Missing char | Alex Gaynor | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Describe key generation and key loading in the RSA docs | Alex Gaynor | 2014-12-19 | 1 | -1/+37 |
| | |||||
* | Fixed reST mistake | Alex Gaynor | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | SPelling | Alex Gaynor | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Spruced up teh RSA docs. Contains a bit more prose and hopefully helps ↵ | Alex Gaynor | 2014-12-19 | 1 | -40/+57 |
| | | | | people make better life decisions | ||||
* | Fixed #1555 and fixed #1556 -- moved the RSA padding docs into the primary ↵ | Alex Gaynor | 2014-12-19 | 1 | -0/+77 |
| | | | | RSA doc, and tell people that PKCS1v15 isn't great | ||||
* | Use HTTPS for a number of URLs in the docs | Alex Gaynor | 2014-12-12 | 1 | -1/+1 |
| | |||||
* | remove docs for fully deprecated classes/methods | Paul Kehrer | 2014-09-29 | 1 | -237/+0 |
| | |||||
* | document methods on RSA/DSA Numbers classes | Paul Kehrer | 2014-07-10 | 1 | -0/+19 |
| | |||||
* | simplify examples per dreid's suggestion | Paul Kehrer | 2014-06-24 | 1 | -39/+1 |
| | |||||
* | add information about why we deprecated the concrete providers | Paul Kehrer | 2014-06-24 | 1 | -0/+5 |
| | |||||
* | RSA doc update for deprecation. Move some examples. | Paul Kehrer | 2014-06-24 | 1 | -258/+260 |
| | |||||
* | modify RSA numbers loading to match elliptic curve | Paul Kehrer | 2014-06-20 | 1 | -0/+24 |
| | | | | fixes #1111 | ||||
* | rename the docs too. | Paul Kehrer | 2014-06-07 | 1 | -2/+2 |
| | |||||
* | add some missing docs | Paul Kehrer | 2014-06-06 | 1 | -3/+18 |
| | |||||
* | add rsa_generate_private_key function to replace RSAPrivateKey.generate | Paul Kehrer | 2014-06-06 | 1 | -1/+10 |
| | | | | refs #1026. #1101 is dependent on this | ||||
* | Merge pull request #984 from dreid/rsa-numbers | Paul Kehrer | 2014-06-03 | 1 | -0/+79 |
|\ | | | | | RSA numbers | ||||
| * | Make public_numbers a property. | David Reid | 2014-05-01 | 1 | -6/+8 |
| | | |||||
| * | Fix typos. | David Reid | 2014-04-30 | 1 | -1/+1 |
| | | |||||
| * | Rewrite some descriptions to not be self-referential and rewrite the private ↵ | David Reid | 2014-04-30 | 1 | -4/+10 |
| | | | | | | | | numbers description to be a little bit scary. | ||||
| * | More RSA*Numbers documentation, gosh these descriptions are bad. | David Reid | 2014-04-30 | 1 | -0/+5 |
| | | |||||
| * | Most basic numbers documentation. | David Reid | 2014-04-30 | 1 | -0/+66 |
| | | |||||
* | | Missing semicolon | Alex Gaynor | 2014-05-15 | 1 | -4/+4 |
| | | |||||
* | | Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docs | Alex Gaynor | 2014-05-15 | 1 | -2/+8 |
| | | |||||
* | | Multibackend now supports all of RSABackend | Paul Kehrer | 2014-05-09 | 1 | -34/+54 |
| | | | | | | | | Also convert some examples to doctest | ||||
* | | Style guide fix in the docs | Alex Gaynor | 2014-05-03 | 1 | -1/+1 |
|/ | |||||
* | improve style in test, update docs for rsa encryption review | Paul Kehrer | 2014-04-24 | 1 | -1/+2 |
| | |||||
* | change doctest to codeblock until we add multibackend support for encrypt | Paul Kehrer | 2014-04-24 | 1 | -16/+16 |
| | |||||
* | RSA encryption support | Paul Kehrer | 2014-04-24 | 1 | -0/+60 |
| | |||||
* | add OAEP decryption example in docs | Paul Kehrer | 2014-04-22 | 1 | -0/+16 |
| | |||||
* | OAEP support for RSA decryption | Paul Kehrer | 2014-04-22 | 1 | -2/+10 |
| | |||||
* | more key length checks, docs update | Paul Kehrer | 2014-04-20 | 1 | -3/+3 |
| | |||||
* | remove InvalidDecryption and replace with ValueError | Paul Kehrer | 2014-04-20 | 1 | -5/+2 |
| | |||||
* | more docs | Paul Kehrer | 2014-04-20 | 1 | -0/+33 |
| | |||||
* | Utility methods for RSA CRT params | Alex Stapleton | 2014-04-18 | 1 | -0/+35 |
| | |||||
* | Merge pull request #883 from reaperhulk/deprecation-dance | Alex Gaynor | 2014-04-03 | 1 | -12/+6 |
|\ | | | | | move salt_length from MGF1 to PSS and start deprecation cycle | ||||
| * | move salt_length from MGF1 to PSS and start deprecation cycle | Paul Kehrer | 2014-04-02 | 1 | -12/+6 |
| | | |||||
* | | Remove 'Must be at least 512.' statement from RSA's docs | Mohammed Attia | 2014-04-03 | 1 | -3/+3 |
|/ | |||||
* | 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 |
| |