aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/hazmat/bindings
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | macro switches in evp for 0.9.8ePaul Kehrer2014-03-071-5/+8
| |/ / /
* / / / conditionally bind AES_wrap/unwrap for 0.9.8e supportPaul Kehrer2014-03-071-4/+24
|/ / /
* / / Add binding for DSA_newMohammed Attia2014-03-061-0/+1
|/ /
* | Be consistent with how we do this elsewherehAlex Gaynor2014-03-061-1/+1
| |
* | SimplifyAlex Gaynor2014-03-051-10/+6
| |
* | Try to make this not-opaque. Might not work on CentOSAlex Gaynor2014-03-051-1/+3
| |
* | Merge pull request #733 from alex/more-ec-namesDonald Stufft2014-03-051-0/+15
|\ \ | | | | | | Expose EC_get_builtin_curves
| * | Ugh, CAlex Gaynor2014-03-041-4/+4
| | |
| * | Fix for systems without ECAlex Gaynor2014-03-041-4/+11
| | |
| * | Expose the fieldsAlex Gaynor2014-03-041-1/+4
| | |
| * | pffAlex Gaynor2014-03-041-1/+1
| | |
| * | Expose EC_get_builtin_curvesAlex Gaynor2014-03-041-0/+5
| | |
* | | add a bunch of EC NID/SN bindings for #732Paul Kehrer2014-03-041-0/+136
|/ / | | | | | | | | These NID/SN definitions should be present regardless of whether EC is enabled or not.
* | Add MGF1 MD selection function (available in OpenSSL 1.0.1+)Paul Kehrer2014-03-031-0/+11
| |
* | Add binding for the DSA parameters generation functionMohammed Attia2014-03-031-0/+2
| |
* | this constant is undefined in 1.0.0Paul Kehrer2014-03-021-1/+0
|/ | | | | Since we don't use it (and neither does PyOpenSSL) let's remove it for now. Fixes #712
* this is not a buflen, it is an outlen. refs #696Paul Kehrer2014-02-281-3/+3
|
* this macro should return a longPaul Kehrer2014-02-251-1/+1
|
* Remove commentsFedor Brunner2014-02-251-5/+1
|
* Add OpenSSL bindings for TLS Finished message.Fedor Brunner2014-02-251-0/+10
| | | | | | Add OpenSSL binding socket type. Add OpenSSL binding to check if TLS session is reused.
* Style nitAlex Gaynor2014-02-221-2/+2
|
* Merge pull request #665 from public/evp-pkey-attributesPaul Kehrer2014-02-222-0/+15
|\ | | | | Bind X509 attribute methods for EVP_PKEYs
| * Bind X509 attribute methods for EVP_PKEYsAlex Stapleton2014-02-222-0/+15
| |
* | PKCS8 bindings that let you specify the encryptionAlex Stapleton2014-02-221-0/+4
|/
* c89, thanks microsoft...Paul Kehrer2014-02-201-4/+5
|
* add a comment to explain this damn functionPaul Kehrer2014-02-201-0/+2
|
* clear the error you get if you get a NULL engine backPaul Kehrer2014-02-201-4/+5
|
* Cryptography_add_osrandom_engine should be safe to call multiple timesPaul Kehrer2014-02-202-1/+8
|
* Move for OpenSSL 0.9.8Alex Gaynor2014-02-201-2/+2
|
* Information about actually used cipher.Fedor Brunner2014-02-201-0/+9
| | | | | | | | SSL_get_current_cipher SSL_CIPHER_get_name SSL_CIPHER_get_bits SSL_CIPHER_get_version
* add EVP_PKEY_size binding to OpenSSL backendPaul Kehrer2014-02-191-0/+1
|
* a few more methods from x509.h for OpenSSLPaul Kehrer2014-02-191-0/+7
|
* fix style, move a commentPaul Kehrer2014-02-171-2/+2
|
* conditionally bind PSS constant if availablePaul Kehrer2014-02-171-2/+12
|
* Fix the signature of this on 0.9.8Alex Gaynor2014-02-141-1/+1
|
* methods to open an EVP_PKEY from an RSA or DSA struct in OpenSSLPaul Kehrer2014-02-141-0/+3
|
* when declaring macros it helps to get the arguments rightPaul Kehrer2014-02-141-1/+1
|
* Merge pull request #615 from reaperhulk/rsa-blinded-by-the-lightAlex Gaynor2014-02-141-0/+2
|\ | | | | RSA Blinding Bindings
| * OpenSSL bindings for RSA blindingPaul Kehrer2014-02-141-0/+2
| |
* | Merge pull request #612 from reaperhulk/rsa-signing-bindingsAlex Gaynor2014-02-142-1/+62
|\ \ | |/ |/| Signing Bindings (RSA, general EVP)
| * some padding functions we're going to need for 0.9.8Paul Kehrer2014-02-141-0/+8
| |
| * EVP_PKEY_CTX doesn't exist on 0.9.8. Do the conditional include dancePaul Kehrer2014-02-142-13/+49
| |
| * bind sign/verify EVP functions for OpenSSLPaul Kehrer2014-02-131-0/+7
| |
| * add some PKEY_CTX bindings we'll need for signingPaul Kehrer2014-02-132-0/+10
| |
* | Add X509_V_ERR_APPLICATION_VERIFICATIONHynek Schlawack2014-02-141-0/+1
|/
* add X509_verify_cert_error_stringPaul Kehrer2014-02-101-0/+2
|
* Add support for DTLSv1manuels2014-02-061-0/+4
|
* Rewrite this to be more streamlinedAlex Gaynor2014-02-051-3/+6
|
* Make the filename matchAlex Gaynor2014-02-051-2/+6
|
* Merge pull request #377 from reaperhulk/urandom-engineAlex Gaynor2014-02-052-1/+202
|\ | | | | Set default RAND engine to urandom/cryptgenrandom