aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric
Commit message (Expand)AuthorAgeFilesLines
* add load_rsa_*_numbers functionsPaul Kehrer2014-06-061-0/+38
* 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
* | Merge pull request #878 from public/ecdsa-interfacesDavid Reid2014-05-302-0/+52
|\ \
| * | Rename private_key to private_valueAlex Stapleton2014-05-231-3/+3
| * | Add EC docs to the indexAlex Stapleton2014-05-231-0/+1
| * | Add __init__ arguments to docsAlex Stapleton2014-05-231-2/+2
| * | Add docs for EC numbersAlex Stapleton2014-05-231-0/+51
* | | Removed unused doc referenceAlex Stapleton2014-05-271-3/+0
* | | PKCS#8 serialized key loadingAlex Stapleton2014-05-271-0/+55
|/ /
* | Merge pull request #959 from public/openssl-loading-backendPaul Kehrer2014-05-222-0/+49
|\ \
| * | Bump to 0.5Alex Stapleton2014-05-031-1/+1
| * | OpenSSL key loading implementationAlex Stapleton2014-05-032-0/+49
* | | 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-032-2/+2
|/ /
* | Fix some typos in the docsAlex Stapleton2014-05-021-5/+5
* | convert dsa examples to doctestPaul Kehrer2014-05-021-2/+2
* | remove an unneeded line in the examplePaul Kehrer2014-05-011-1/+0
* | DSA signing support (this is mostly skeuomorf's work, credit to him)Paul Kehrer2014-05-011-0/+43
* | updates for review feedbackPaul Kehrer2014-05-011-2/+2
* | Add DSA verification docsMohammed Attia2014-04-301-0/+49
|/
* 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
* update docs for oaepPaul Kehrer2014-04-231-1/+1
* add OAEP decryption example in docsPaul Kehrer2014-04-221-0/+16
* OAEP support for RSA decryptionPaul Kehrer2014-04-222-2/+26
* 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
* remove OAEP decryption to simplify reviewPaul Kehrer2014-04-201-16/+0
* update docs for OAEPPaul Kehrer2014-04-201-2/+2
* docs, tests, general huge improvements to RSA decryptionPaul Kehrer2014-04-201-2/+20
* Utility methods for RSA CRT paramsAlex Stapleton2014-04-181-0/+35
* Missing comma, whitespaceAlex Gaynor2014-04-071-8/+8
* Merge pull request #739 from skeuomorf/dsa-backendPaul Kehrer2014-04-051-1/+58
|\
| * Add docs for DSA parameters and key generationMohammed Attia2014-04-041-1/+58
* | Merge pull request #883 from reaperhulk/deprecation-danceAlex Gaynor2014-04-032-22/+22
|\ \
| * | address review commentsPaul Kehrer2014-04-021-1/+1
| * | move salt_length from MGF1 to PSS and start deprecation cyclePaul Kehrer2014-04-022-22/+22
| |/
* / Remove 'Must be at least 512.' statement from RSA's docsMohammed Attia2014-04-031-3/+3
|/
* Add DSA private key api, docs and testsMohammed Attia2014-03-301-0/+17
* Add DSA public key api, docs and testsMohammed Attia2014-03-301-0/+22
* Add DSA parameters api, docs and testsMohammed Attia2014-03-302-0/+30