aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
Commit message (Collapse)AuthorAgeFilesLines
* 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-188-17/+16
|
* 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
| |
| * move PSS to top of docsPaul Kehrer2014-03-161-7/+7
| |
| * add RSA PSS verification supportPaul Kehrer2014-03-161-0/+13
| |
* | Update the docs.Mohammed Attia2014-03-171-1/+7
|/
* Merge pull request #807 from Ayrx/add-backend-check-to-rsaPaul Kehrer2014-03-161-0/+12
|\ | | | | Added backend check to rsa primitives
| * Added backend check to rsa primitivesAyrx2014-03-161-0/+12
| |
* | Merge pull request #806 from Ayrx/add-backend-check-to-cipherPaul Kehrer2014-03-161-0/+4
|\ \ | | | | | | Added backend check to cipher primitives
| * | Added backend check to cipher primitivesAyrx2014-03-161-0/+4
| |/
* | Merge pull request #805 from Ayrx/add-backend-check-to-hmacPaul Kehrer2014-03-161-0/+4
|\ \ | | | | | | Added backend check to hmac primitives
| * | Added backend check to hmac primitivesAyrx2014-03-161-0/+4
| |/
* / Added backend check to hash primitivesAyrx2014-03-161-0/+4
|/
* Merge pull request #775 from reaperhulk/rsa-mgf1-classAlex Gaynor2014-03-151-0/+23
|\ | | | | add MGF1 class, docs, tests
| * document MAX_LENGTHPaul Kehrer2014-03-111-0/+5
| |
| * add MGF1 class, docs, testsPaul Kehrer2014-03-101-0/+18
| |
* | Added backend check to kdf primitivesAyrx2014-03-151-0/+8
| |
* | Added backend check to twofactor primitivesAyrx2014-03-151-0/+6
| |
* | add IDEA support for CBC, CFB, OFB + tests for all IDEAPaul Kehrer2014-03-111-2/+2
| |
* | basic IDEA ECB support for OpenSSL backendPaul Kehrer2014-03-111-0/+12
|/
* Merge pull request #765 from public/doc-tweaksPaul Kehrer2014-03-102-37/+38
|\ | | | | Update HMAC and Digest docs.
| * Update HMAC and Digest docs.Alex Stapleton2014-03-102-37/+38
| |
* | Various "improvements" to the symmetric docsAlex Stapleton2014-03-101-80/+86
|/
* Convert stuffAlex Gaynor2014-03-063-4/+4
|
* Change DSAParams to DSAParametersMohammed Attia2014-03-041-5/+5
|
* Typo fixesMohammed Attia2014-03-041-7/+7
|
* Change keypair to key pair to pass the sphinx spelling testMohammed Attia2014-03-041-6/+6
|
* Define DSA in the documentationMohammed Attia2014-03-041-0/+1
|
* Annotate aliases in the DSA documentationMohammed Attia2014-03-041-3/+3
|
* Added documentation for the DSA interfacesMohammed Attia2014-03-041-0/+107
|
* Updated documentation for HOTP and TOTP TypeErrorAyrx2014-03-041-2/+4
|
* Switch to TypeErrorAlex Gaynor2014-03-011-2/+2
|
* Docs as wellAlex Gaynor2014-03-011-4/+4
|
* Fix ":param:" syntax in KDF docsWouter Bolsterlee2014-03-011-1/+1
|
* docs language improvementPaul Kehrer2014-02-261-1/+1
|
* address some review commentsPaul Kehrer2014-02-261-2/+2
|
* 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-252-2/+38
|
* Merge pull request #673 from reaperhulk/rsa-pkcs1-signature-onlyAlex Gaynor2014-02-254-1/+71
|\ | | | | Add RSA PKCS1 signing (and structure for PSS + verification)
| * 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-234-1/+61
| |
* | Re-linewrap the symmetric encryption doc sourceAlex Gaynor2014-02-251-53/+35
| |
* | Do some nitpicking cleanup of the twofactor code and documentation.David Reid2014-02-251-31/+35
| |
* | Fixed wrong param naming in totp documentationAyrx2014-02-251-1/+1
| |