aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
Commit message (Expand)AuthorAgeFilesLines
* expand DSA multibackend supportPaul Kehrer2014-05-021-0/+25
* this isn't an invalidsignaturePaul Kehrer2014-05-011-5/+1
* DSA signing support (this is mostly skeuomorf's work, credit to him)Paul Kehrer2014-05-013-0/+74
* CentOS, does my offering please you?Paul Kehrer2014-05-011-4/+3
* ifndef and ifdef aren't the same thingPaul Kehrer2014-05-011-1/+1
* ecdh wasn't actually included so it wasn't being compiledPaul Kehrer2014-05-012-4/+3
* Merge pull request #989 from ashfall/ecdh-bindingsPaul Kehrer2014-05-011-0/+71
|\
| * Fix alignment and close an #ifdefAshwini Oruganti2014-05-011-4/+9
| * Define CONDITIONAL_NAMESAshwini Oruganti2014-05-011-0/+6
| * CustomizeAshwini Oruganti2014-05-011-0/+13
| * And then the FUNCTIONSAshwini Oruganti2014-05-011-0/+9
| * And then the TYPESAshwini Oruganti2014-05-011-0/+3
| * Fill in the INCLUDES partAshwini Oruganti2014-05-011-0/+3
| * Basic skeleton for ECDH bindingsAshwini Oruganti2014-05-011-0/+32
* | Merge pull request #982 from reaperhulk/dsa-verifyDavid Reid2014-05-013-0/+101
|\ \
| * | add check to ensure only invalid ASN1 gives InvalidSignature in DSAPaul Kehrer2014-05-011-0/+3
| * | updates for review feedbackPaul Kehrer2014-05-012-14/+9
| * | improve some formattingPaul Kehrer2014-05-011-6/+7
| * | dsa_hash_supported needs to chech hash_supportedPaul Kehrer2014-04-301-1/+1
| * | remove hash check in verifier as this isn't a proper restrictionPaul Kehrer2014-04-301-8/+1
| * | remove dsa_signature_from_components since it's no longer neededPaul Kehrer2014-04-302-24/+0
| * | Add DSA verificationMohammed Attia2014-04-303-1/+134
* | | SSL_state_string_long to support pyOpenSSL `Connection.state_string`Jean-Paul Calderone2014-05-011-0/+1
| |/ |/|
* | 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
|/ / /