aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Expand)AuthorAgeFilesLines
* Fix another function signatureashfall2014-05-011-1/+1
* Address review comments, fix signatures that the docs lied aboutashfall2014-05-011-3/+3
* Add some functions from DH docsashfall2014-05-011-0/+12
* Foolish hobgoblin is best hobgoblin.Alex Gaynor2014-04-301-1/+1
* Fix two more violationsAlex Gaynor2014-04-301-2/+2
* Fixed C style guide violationAlex Gaynor2014-04-301-2/+2
* Merge pull request #962 from reaperhulk/rsa-encAlex Gaynor2014-04-263-31/+69
|\
| * move ct length check into decrypt function, address review commentsPaul Kehrer2014-04-251-4/+4
| * determine operation type by isinstance on the keyPaul Kehrer2014-04-241-13/+13
| * RSA encryption supportPaul Kehrer2014-04-243-30/+68
* | Merge pull request #972 from public/padding-docsPaul Kehrer2014-04-261-4/+5
|\ \
| * | Use AlreadyFinalized not ValueErrorAlex Stapleton2014-04-251-4/+5
* | | Merge pull request #958 from public/openssl-loading-backend-ifacePaul Kehrer2014-04-252-2/+3
|\ \ \
| * | | Rename OpenSSLSerializationBackendAlex Stapleton2014-04-252-2/+3
* | | | backend->self in a few placesPaul Kehrer2014-04-251-3/+3
|/ / /
* | | Add bindings for DSA_sign and DSA_verifyMohammed Attia2014-04-251-0/+4
* | | Merge pull request #965 from reaperhulk/make-build-ffi-more-flexibleAlex Gaynor2014-04-243-6/+15
|\ \ \
| * | | set defaults on build_ffiPaul Kehrer2014-04-243-9/+2
| * | | expand build_ffi helper functionPaul Kehrer2014-04-243-6/+22
| | |/ | |/|
* | | fix a style violationPaul Kehrer2014-04-241-2/+2
* | | add more d2i/i2d bindings because sometimes you just don't want biosPaul Kehrer2014-04-241-0/+10
|/ /
* | Add binding for DSA_sizeMohammed Attia2014-04-241-0/+1
* | Merge pull request #949 from reaperhulk/rsa-oaep-decryptAlex Gaynor2014-04-232-1/+37
|\ \
| * | OAEP support for RSA decryptionPaul Kehrer2014-04-222-1/+37
* | | Merge pull request #957 from reaperhulk/some-serialization-bindingsHynek Schlawack2014-04-231-1/+43
|\ \ \
| * | | Add many d2i/i2d bindingsPaul Kehrer2014-04-231-1/+43
* | | | 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 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 functionsMohammed Attia2014-04-221-0/+8
* | | Merge pull request #931 from Ayrx/cmac-implementationAlex Stapleton2014-04-222-2/+158
|\ \ \
| * | | 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 signedPaul Kehrer2014-04-201-13/+15
| |/ /
* | | remove InvalidDecryption and replace with ValueErrorPaul Kehrer2014-04-202-8/+4