aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Remove secp from spelling dictionaryAlex Stapleton2014-05-231-1/+1
| | |
| * | Make EC key interfaces backend specificAlex Stapleton2014-05-231-10/+2
| | |
| * | Rename private_key to private_valueAlex Stapleton2014-05-231-3/+3
| | |
| * | Add EC docs to the indexAlex Stapleton2014-05-231-0/+1
| | |
| * | Remove key_size from EC keys docsAlex Stapleton2014-05-231-12/+0
| | |
| * | Add __init__ arguments to docsAlex Stapleton2014-05-231-2/+2
| | |
| * | Add docs for EC numbersAlex Stapleton2014-05-232-30/+51
| | |
| * | Removed signer/verifier from signature algorithmAlex Stapleton2014-05-231-33/+0
| | |
| * | Bump to 0.5Alex Stapleton2014-05-231-4/+4
| | |
| * | Update docsAlex Stapleton2014-05-231-20/+12
| | |
| * | Flesh out EllipticCurveSignatureAlgorithmAlex Stapleton2014-05-231-0/+87
| | |
| * | Elliptic curve interfacesAlex Stapleton2014-05-231-0/+97
| | |
* | | 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
|\ \ | | | | | | OpenSSL loading backend
| * | Bump to 0.5Alex Stapleton2014-05-031-1/+1
| | |
| * | OpenSSL key loading implementationAlex Stapleton2014-05-032-0/+49
| | |
* | | Word wrap some long lines in teh docsAlex Gaynor2014-05-173-5/+6
| | |
* | | Simplified exception messageAyrx2014-05-176-35/+16
| | |
* | | Fixed TypeError and added documentationAyrx2014-05-176-0/+42
| | |
* | | add some docs and changelogPaul Kehrer2014-05-151-0/+13
| | |
* | | Missing semicolonAlex Gaynor2014-05-151-4/+4
| | |
* | | Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docsAlex Gaynor2014-05-151-2/+8
| | |
* | | Merge pull request #1016 from Ayrx/hkdf-expand-onlyAlex Stapleton2014-05-101-0/+92
|\ \ \ | | | | | | | | HKDF Expand Only implementation
| * | | Added missing exception to documentationAyrx2014-05-101-0/+6
| | | |
| * | | Renamed HKDFExpandOnly to HKDFExpandAyrx2014-05-071-5/+5
| | | |
| * | | Added documentationAyrx2014-05-061-0/+86
| | | |
* | | | Merge pull request #1032 from reaperhulk/bold-docsAlex Gaynor2014-05-091-1/+1
|\ \ \ \ | | | | | | | | | | Use bold instead of italics
| * | | | Use bold instead of italicsPaul Kehrer2014-05-091-1/+1
| | | | |
* | | | | Multibackend now supports all of RSABackendPaul Kehrer2014-05-091-34/+54
|/ / / / | | | | | | | | | | | | Also convert some examples to doctest
* / / / Fixed misspellingAyrx2014-05-061-1/+1
|/ / /
* / / Style guide fix in the docsAlex Gaynor2014-05-032-2/+2
|/ /
* | Fix some typos in the docsAlex Stapleton2014-05-024-10/+14
| |
* | 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-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
| | |