aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Standardise on sentence case for titlesAlex Stapleton2014-03-182-3/+2
* link to Colin Percival re: recommended RSA signature paddingPaul Kehrer2014-03-171-1/+2
* move PSS to top of docsPaul Kehrer2014-03-161-7/+7
* add RSA PSS verification supportPaul Kehrer2014-03-161-0/+13
* Added backend check to rsa primitivesAyrx2014-03-161-0/+12
* document MAX_LENGTHPaul Kehrer2014-03-111-0/+5
* add MGF1 class, docs, testsPaul Kehrer2014-03-101-0/+18
* docs language improvementPaul Kehrer2014-02-261-1/+1
* fix docs, port some review comments forward to the new PRPaul Kehrer2014-02-251-18/+21