aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | add some more functions for manipulating EVP_PKEY objectsPaul Kehrer2014-04-231-0/+11
|/ / /
* | | Added _REASONAyrx2014-04-221-1/+2
| | |
* | | Added tests for multibackendAyrx2014-04-221-3/+9
| | |
* | | Added CMACBackend to multibackendAyrx2014-04-221-2/+11
|/ /
* | Merge pull request #953 from Ayrx/fix-cmac-missing-coveragePaul Kehrer2014-04-221-13/+3
|\ \ | | | | | | Added missing tests for CMAC 100% coverage
| * | Added missing tests for 100% coverageAyrx2014-04-221-13/+3
| | |
* | | Merge pull request #948 from skeuomorf/dsa-sig-bindingsAlex Stapleton2014-04-221-0/+8
|\ \ \ | |/ / |/| | Add bindings for DSA_SIG and related functions
| * | Add bindings for DSA_SIG and related functionsMohammed Attia2014-04-221-0/+8
| | |
* | | Merge pull request #931 from Ayrx/cmac-implementationAlex Stapleton2014-04-222-2/+158
|\ \ \ | | | | | | | | CMAC implementation and docs
| * | | Added more copy() testsAyrx2014-04-221-3/+2
| | | |
| * | | Added documentation to note rfc 4493Ayrx2014-04-221-2/+1
| | | |
| * | | Added wikipedia linkAyrx2014-04-221-2/+2
| | | |
| * | | Fix pep8 errorsAyrx2014-04-221-1/+1
| | | |
| * | | Removed multibackend changes for another PRAyrx2014-04-221-10/+1
| | | |
| * | | Changed stub keys and ivs to use null bytesAyrx2014-04-221-2/+5
| | | |
| * | | Updated multibackendAyrx2014-04-221-2/+2
| | | |
| * | | Various fixesAyrx2014-04-222-7/+12
| | | |
| * | | Updated testsAyrx2014-04-221-3/+4
| | | |
| * | | Added CMACBackend to MultiBackendAyrx2014-04-221-2/+11
| | | |
| * | | CMAC primitive implementationAyrx2014-04-221-0/+75
| | | |
| * | | OpenSSL backend's CMAC implementationAyrx2014-04-221-2/+76
| | | |
* | | | Merge pull request #944 from reaperhulk/fix-773Alex Stapleton2014-04-221-13/+15
|\ \ \ \ | |/ / / |/| | | fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signed
| * | | fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signedPaul Kehrer2014-04-201-13/+15
| |/ /
* | | remove InvalidDecryption and replace with ValueErrorPaul Kehrer2014-04-202-8/+4
| | |
* | | remove redundant blindingPaul Kehrer2014-04-201-2/+0
| | |
* | | remove OAEP decryption to simplify reviewPaul Kehrer2014-04-202-38/+1
| | |
* | | move an assignment for clarityPaul Kehrer2014-04-201-1/+1
| | |
* | | change some alignmentPaul Kehrer2014-04-201-8/+8
| | |
* | | improve comment based on reviewPaul Kehrer2014-04-201-1/+1
| | |
* | | more testing for rsa decryptPaul Kehrer2014-04-202-0/+12
| | |
* | | register the EVP_PKEY_CTX for gcPaul Kehrer2014-04-201-0/+1
| | |
* | | add InvalidDecryption exception, check for ct > key sizePaul Kehrer2014-04-202-4/+12
| | |
* | | fix indentationPaul Kehrer2014-04-201-45/+45
| | |
* | | split 0.9.8 and evp_pkey_ctx branches into separate methodsPaul Kehrer2014-04-201-1/+8
| | |
* | | docs, tests, general huge improvements to RSA decryptionPaul Kehrer2014-04-204-8/+34
| | |
* | | prelim OAEP and PKCS1v15 for openssl 1.0.0+ and 0.9.8. decryption onlyPaul Kehrer2014-04-203-1/+88
|/ /
* | Merge pull request #935 from public/rsa-crtPaul Kehrer2014-04-201-0/+36
|\ \ | | | | | | Utility methods for RSA CRT params
| * | Utility methods for RSA CRT paramsAlex Stapleton2014-04-181-0/+36
| | |
* | | Merge pull request #943 from public/yet-more-ec-bindingsPaul Kehrer2014-04-202-0/+15
|\ \ \ | | | | | | | | More bindings for digest truncation
| * | | More bindings for digest truncationAlex Stapleton2014-04-202-0/+15
| | |/ | |/|
* | | Merge pull request #938 from public/bn-inplacePaul Kehrer2014-04-201-2/+6
|\ \ \ | |/ / |/| | Inplace mode for _int_to_bn
| * | Inplace mode for _int_to_bnAlex Stapleton2014-04-201-2/+6
| |/ | | | | | | Mostly useful for working with (EC)?DSA_SIG right now
* | remove redundant assert (reason assertion covers this case)Paul Kehrer2014-04-191-4/+0
| |
* | address review concernsPaul Kehrer2014-04-191-1/+3
| |
* | remove dict, assert things stillPaul Kehrer2014-04-191-9/+12
| |
* | some checks for PKCS1 keys being too small for the payload to be signedPaul Kehrer2014-04-192-5/+18
| |
* | make the cms binding work properly on windowsPaul Kehrer2014-04-191-0/+5
| |
* | proper syntax for a preprocessor directive helpsPaul Kehrer2014-04-181-2/+2
| |
* | CMS was added as an option in 0.9.8h, always exclude if olderPaul Kehrer2014-04-181-2/+2
| |
* | Add very early CMS bindings. These will need expansion.Paul Kehrer2014-04-182-0/+96
|/