aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
Commit message (Collapse)AuthorAgeFilesLines
* RSA encryption supportPaul Kehrer2014-04-243-0/+89
|
* More phrasingAlex Gaynor2014-04-241-4/+4
|
* Also fix up some phrasingsAlex Gaynor2014-04-241-8/+9
|
* Removed strange use of quotesAlex Gaynor2014-04-241-1/+1
|
* 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
| |
* | New Anchor hereAlex Gaynor2014-04-231-1/+1
| |
* | 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-225-4/+105
|
* 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-202-2/+32
|
* Utility methods for RSA CRT paramsAlex Stapleton2014-04-181-0/+35
|
* Changed cmac_supported() to cmac_algorithm_supported()Ayrx2014-04-161-2/+5
|
* Merge pull request #919 from Ayrx/cmac-interfacesPaul Kehrer2014-04-162-0/+47
|\ | | | | CMAC interfaces + documentation
| * Added link to wikipedia for CMACAyrx2014-04-151-2/+3
| |
| * Fixed nitpicksAyrx2014-04-151-1/+1
| |
| * Added CMAC backend interface documentationAyrx2014-04-151-0/+24
| |
| * 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-052-1/+92
|\ | | | | DSA backend
| * Add docs for DSA parameters and key generationMohammed Attia2014-04-042-1/+92
| |
* | 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-276-37/+32
|
* 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-1815-27/+26
|
* Merge pull request #792 from reaperhulk/rsa-pss-verifyAlex Gaynor2014-03-171-0/+14
|\ | | | | RSA PSS Verify
| * link to Colin Percival re: recommended RSA signature paddingPaul Kehrer2014-03-171-1/+2
| |