aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/rsa.rst
Commit message (Collapse)AuthorAgeFilesLines
* change as_bytes to private_bytes, link more thingsPaul Kehrer2015-02-281-4/+4
|
* linkify some things per review, fix an importPaul Kehrer2015-02-281-2/+8
|
* add more docs stuff from review that I missedPaul Kehrer2015-02-271-1/+1
|
* address review feedbackPaul Kehrer2015-02-271-5/+9
|
* rename dump to as_bytesPaul Kehrer2015-02-251-5/+5
|
* fix docsPaul Kehrer2015-02-251-5/+5
|
* address review commentsPaul Kehrer2015-02-251-8/+12
|
* Support for traditional OpenSSL and PKCS8 RSA private key serializationPaul Kehrer2015-02-251-0/+62
|
* move asymmetric signature/verification interfacesPaul Kehrer2015-02-161-2/+2
|
* move asymmetric padding interface to primitives.asymmetric.paddingPaul Kehrer2015-02-161-5/+11
|
* move hash interfacesPaul Kehrer2015-02-131-3/+3
|
* make our docs job nitpicky and fix every broken linkPaul Kehrer2015-02-121-5/+5
|
* Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsaAlex Stapleton2015-01-241-3/+140
|
* doc updatePaul Kehrer2015-01-181-2/+2
|
* various improvements to rsa_recover_prime_factors per review feedbackPaul Kehrer2015-01-181-4/+3
|
* recover (p, q) given (n, e, d). fixes #975Paul Kehrer2015-01-181-0/+15
|
* Bump some more yearsAlex Gaynor2015-01-081-1/+1
|
* Missing charAlex Gaynor2014-12-191-1/+1
|
* Describe key generation and key loading in the RSA docsAlex Gaynor2014-12-191-1/+37
|
* Fixed reST mistakeAlex Gaynor2014-12-191-1/+1
|
* SPellingAlex Gaynor2014-12-191-1/+1
|
* Spruced up teh RSA docs. Contains a bit more prose and hopefully helps ↵Alex Gaynor2014-12-191-40/+57
| | | | people make better life decisions
* Fixed #1555 and fixed #1556 -- moved the RSA padding docs into the primary ↵Alex Gaynor2014-12-191-0/+77
| | | | RSA doc, and tell people that PKCS1v15 isn't great
* Use HTTPS for a number of URLs in the docsAlex Gaynor2014-12-121-1/+1
|
* remove docs for fully deprecated classes/methodsPaul Kehrer2014-09-291-237/+0
|
* 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
| | | | fixes #1111
* 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
| | | | refs #1026. #1101 is dependent on this
* Merge pull request #984 from dreid/rsa-numbersPaul Kehrer2014-06-031-0/+79
|\ | | | | RSA numbers
| * 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
| | | | | | | | numbers description to be a little bit scary.
| * 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
| | | | | | | | Also convert some examples to doctest
* | 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
|