aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | DSA backend
| * 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
|\ \ | | | | | | move salt_length from MGF1 to PSS and start deprecation cycle
| * | 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
|
* 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-242-4/+4
|
* incorporate review feedback. kwarg!Paul Kehrer2014-02-231-1/+5
|
* add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-233-0/+137