aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/hazmat/bindings
Commit message (Collapse)AuthorAgeFilesLines
...
* Add macro to get secure renegotiation supportPhiBo2014-05-041-0/+2
|
* Add support for SSL_get_ciphers()PhiBo2014-05-041-0/+7
|
* 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
|\ | | | | Add ECDH bindings
| * 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
| |
* | 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
|
* Rename OpenSSLSerializationBackendAlex Stapleton2014-04-251-0/+1
|
* 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
|\ | | | | expand build_ffi helper function
| * 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 #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
| |
* | add some more functions for manipulating EVP_PKEY objectsPaul Kehrer2014-04-231-0/+11
|/
* 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 #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
| |/
* / more testing for rsa decryptPaul Kehrer2014-04-201-0/+2
|/
* More bindings for digest truncationAlex Stapleton2014-04-202-0/+15
|
* some checks for PKCS1 keys being too small for the payload to be signedPaul Kehrer2014-04-191-0/+1
|
* 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
|
* Remove EVP_PKEY_EC from conditionalJeff Tang2014-04-161-2/+0
|
* Add customizations for OPENSSL_NO_EC to EVPJeff Tang2014-04-161-0/+9
|
* Expose EVP_PKEY_EC and EVP_PKEY_assign_EC_KEYJeff Tang2014-04-161-0/+2
|
* Added OpenSSL bindings for CMACAyrx2014-04-152-0/+66
|
* Rearrange some EC stuff to be bound to the right ifdefs. fixes #900Paul Kehrer2014-04-081-24/+24
|
* BN_cmp returns an int, not a BIGNUM *Paul Kehrer2014-04-051-1/+1
|
* BN_cmp macroAlex Stapleton2014-04-051-0/+1
|
* BN_CTX bindingsAlex Stapleton2014-04-051-0/+7
|