aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
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-012-0/+60
|
* Merge pull request #982 from reaperhulk/dsa-verifyDavid Reid2014-05-012-3/+73
|\ | | | | DSA verification
| * update docsPaul Kehrer2014-05-011-1/+2
| |
| * updates for review feedbackPaul Kehrer2014-05-011-2/+2
| |
| * Add DSA verification docsMohammed Attia2014-04-302-3/+72
| |
* | Added link to crypto.se answerAyrx2014-05-011-0/+4
| |
* | Added note about preferred MAC algorithmAyrx2014-05-011-0/+3
|/
* Use the short name in the docsAlex Gaynor2014-04-291-1/+1
|
* document exceptions for paddingPaul Kehrer2014-04-271-0/+4
|
* Merge pull request #962 from reaperhulk/rsa-encAlex Gaynor2014-04-262-0/+78
|\ | | | | RSA encryption support
| * 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-242-0/+77
| |
* | Merge pull request #972 from public/padding-docsPaul Kehrer2014-04-261-0/+9
|\ \ | | | | | | Use AlreadyFinalized instead of ValueError
| * | Update padding docsAlex Stapleton2014-04-261-0/+9
| | |
* | | Fix some typos.Alex Gaynor2014-04-251-1/+1
| |/ |/| | | | | Found with https://github.com/intgr/topy/
* | Merge pull request #949 from reaperhulk/rsa-oaep-decryptAlex Gaynor2014-04-232-2/+42
|\ \ | | | | | | OAEP support for RSA decryption
| * | 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
| | |
* | | Added changelog and versionadded for CMACAyrx2014-04-221-0/+2
| | |
* | | Added CMACBackend to multibackendAyrx2014-04-221-1/+1
|/ /
* | Added documentation to note rfc 4493Ayrx2014-04-221-0/+2
| |
* | Added wikipedia linkAyrx2014-04-221-1/+4
| |
* | Changed doctests to code-blockAyrx2014-04-221-1/+1
| |
* | Updated CMAC documentationAyrx2014-04-222-2/+11
| |
* | Added CMAC docsAyrx2014-04-224-3/+104
| |
* | 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-202-0/+51
| |
* | 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
|/
* Merge pull request #919 from Ayrx/cmac-interfacesPaul Kehrer2014-04-161-0/+23
|\ | | | | CMAC interfaces + documentation
| * Added link to wikipedia for CMACAyrx2014-04-151-2/+3
| |
| * Fixed nitpicksAyrx2014-04-151-1/+1
| |
| * Added CMAC interface documentationAyrx2014-04-151-0/+22
| |
* | remove links we don't need...Paul Kehrer2014-04-151-2/+0
| |
* | we don't need to doc generate in the interfacePaul Kehrer2014-04-151-16/+0
| |
* | add missing sign/verify/generate docs for the RSA interfacesPaul Kehrer2014-04-151-0/+64
| |
* | Added missing HashContext documentationAyrx2014-04-151-0/+21
|/
* add SEED docs, tests, small fixesPaul Kehrer2014-04-091-1/+12
|
* 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
| |/