aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #957 from reaperhulk/some-serialization-bindingsHynek Schlawack2014-04-231-1/+43
|\ | | | | Add many d2i/i2d bindings
| * Add many d2i/i2d bindingsPaul Kehrer2014-04-231-1/+43
| |
* | Merge pull request #956 from alex/update-urlDavid Reid2014-04-231-1/+1
|\ \ | | | | | | New Anchor here
| * | New Anchor hereAlex Gaynor2014-04-231-1/+1
| |/
* | Merge pull request #955 from reaperhulk/more-evp-bindingsAlex Gaynor2014-04-231-0/+11
|\ \ | |/ |/| add some more functions for manipulating EVP_PKEY objects
| * add some more functions for manipulating EVP_PKEY objectsPaul Kehrer2014-04-231-0/+11
|/
* Merge pull request #950 from Ayrx/cmac-multibackendPaul Kehrer2014-04-224-6/+54
|\ | | | | CMAC multibackend
| * Added changelog and versionadded for CMACAyrx2014-04-222-0/+4
| |
| * Added _REASONAyrx2014-04-222-5/+4
| |
| * Added tests for multibackendAyrx2014-04-222-6/+42
| |
| * Added CMACBackend to multibackendAyrx2014-04-222-3/+12
|/
* Merge pull request #952 from reaperhulk/fix-missing-coverageAlex Stapleton2014-04-222-2/+13
|\ | | | | Fix a bug/coverage miss in the DSA sig vector loader
| * fix a coverage miss in the dsa sig vector loaderPaul Kehrer2014-04-222-2/+13
| |
* | Merge pull request #953 from Ayrx/fix-cmac-missing-coveragePaul Kehrer2014-04-222-13/+19
|\ \ | |/ |/| Added missing tests for CMAC 100% coverage
| * Added missing tests for 100% coverageAyrx2014-04-222-13/+19
| |
* | Merge pull request #951 from skeuomorf/sig-genPaul Kehrer2014-04-222-3/+236
|\ \ | | | | | | Modify DSA SigVer loader to be able to load SigGen vectors
| * | Modify DSA SigVer loader to be able to load SigGen vectorsMohammed Attia2014-04-222-3/+236
|/ /
* | Merge pull request #946 from skeuomorf/dsa-sigver-loaderAlex Stapleton2014-04-222-39/+362
|\ \ | | | | | | DSA SigVer vectors loader
| * | Add DSA SigVer vectors loaderMohammed Attia2014-04-222-39/+362
| | |
* | | 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-2211-9/+498
|\ \ | | | | | | CMAC implementation and docs
| * | Added test skip for test_copy_with_backend()Ayrx2014-04-221-0/+5
| | |
| * | Added more copy() testsAyrx2014-04-222-3/+9
| | |
| * | Added documentation to note rfc 4493Ayrx2014-04-222-2/+3
| | |
| * | Added wikipedia linkAyrx2014-04-222-3/+6
| | |
| * | Fix pep8 errorsAyrx2014-04-223-3/+3
| | |
| * | Changed doctests to code-blockAyrx2014-04-221-1/+1
| | |
| * | Removed multibackend changes for another PRAyrx2014-04-221-10/+1
| | |
| * | Changed stub keys and ivs to use null bytesAyrx2014-04-222-3/+6
| | |
| * | Updated multibackendAyrx2014-04-221-2/+2
| | |
| * | Various fixesAyrx2014-04-222-7/+12
| | |
| * | Fixed pep8 errorAyrx2014-04-221-4/+9
| | |
| * | Updated testsAyrx2014-04-222-26/+55
| | |
| * | Updated CMAC documentationAyrx2014-04-222-2/+11
| | |
| * | Added CMACBackend to MultiBackendAyrx2014-04-221-2/+11
| | |
| * | Added CMAC docsAyrx2014-04-225-4/+105
| | |
| * | Added CMAC testsAyrx2014-04-223-3/+176
| | |
| * | 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-222-13/+49
|\ \ \ | |/ / |/| | fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signed
| * | move some commentsPaul Kehrer2014-04-201-3/+3
| | |
| * | fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signedPaul Kehrer2014-04-202-13/+49
| | |
* | | Merge pull request #888 from reaperhulk/rsa-decryptAlex Gaynor2014-04-2110-6/+261
|\ \ \ | | | | | | | | RSA PKCS1v15 Decryption Support
| * | | more key length checks, docs updatePaul Kehrer2014-04-202-4/+6
| | | |
| * | | remove InvalidDecryption and replace with ValueErrorPaul Kehrer2014-04-205-19/+8
| | | |
| * | | remove redundant blindingPaul Kehrer2014-04-201-2/+0
| | | |
| * | | more docsPaul Kehrer2014-04-202-0/+51
| | | |
| * | | remove OAEP decryption to simplify reviewPaul Kehrer2014-04-205-164/+1
| | | |
| * | | move an assignment for clarityPaul Kehrer2014-04-201-1/+1
| | | |