aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/hazmat/bindings
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #889 from public/more-ec-bindingsAlex Gaynor2014-04-051-4/+414
|\ | | | | Bindings for more EC stuff
| * Bindings for more EC stuffAlex Stapleton2014-04-051-4/+414
| |
* | Merge pull request #885 from exarkun/X509_STORE_CTX-paraphernaliaAlex Gaynor2014-04-021-0/+4
|\ \ | | | | | | Bind a few APIs related to X509_STORE_CTX structures.
| * | Bind a few APIs related to X509_STORE_CTX structures.Jean-Paul Calderone2014-04-021-0/+4
| | |
* | | Merge pull request #867 from public/ecdsa-bindingsPaul Kehrer2014-03-292-0/+131
|\ \ \ | | |/ | |/| ECDSA bindings
| * | ECDSA bindingsAlex Stapleton2014-03-292-0/+131
| | |
* | | workaround 0.9.8 madness by creating our own madnessPaul Kehrer2014-03-291-10/+29
| | |
* | | add EVP_PKEY encrypt/decrypt functionsPaul Kehrer2014-03-291-0/+16
|/ /
* | Remove extraneous spaces.Cory Benfield2014-03-281-10/+10
| |
* | Add NPN functions.Cory Benfield2014-03-281-0/+62
| |
* | Add SSL_CTX method getter to fix #794Alex Stapleton2014-03-221-1/+7
| |
* | c has syntax rules tooPaul Kehrer2014-03-211-1/+1
| |
* | workaround a netbsd bug where they did not compile with d1_meth.cPaul Kehrer2014-03-211-0/+23
| |
* | Merge pull request #829 from reaperhulk/import-order-fixerAlex Gaynor2014-03-191-1/+1
|\ \ | | | | | | import order fixes for future automated checking
| * | import order fixes for future automated checkingPaul Kehrer2014-03-191-1/+1
| | |
* | | Merge pull request #830 from jgiannuzzi/masterAlex Gaynor2014-03-191-0/+1
|\ \ \ | |/ / |/| | Add ASN1_TIME_free
| * | Add ASN1_TIME_freeJonathan Giannuzzi2014-03-191-0/+1
| | | | | | | | | | | | Required function to solve a memory leak in pyOpenSSL
* | | Merge pull request #768 from reaperhulk/cffi-modulename-fixDavid Reid2014-03-171-8/+30
|\ \ \ | |/ / |/| | Workaround for cffi issue 140
| * | address review commentsPaul Kehrer2014-03-171-5/+6
| | |
| * | be less dumbPaul Kehrer2014-03-131-8/+3
| | |
| * | make create_modulename private, add testPaul Kehrer2014-03-131-4/+8
| | |
| * | workaround for cffi issue 140. refs #762Paul Kehrer2014-03-091-7/+29
| | |
* | | RHEL 5's inaccurate OPENSSL_VERSION_NUMBER is a real painPaul Kehrer2014-03-131-5/+6
| | |
* | | complete 0.9.8b PRPaul Kehrer2014-03-131-1/+2
| | |
* | | Add support for openssl 0.9.8bArturo Filastò2014-03-131-3/+17
| | |
* | | partially deopaque SSL_CTX to support a pyopenssl use case. fixes #783Paul Kehrer2014-03-111-1/+6
| | |
* | | small bindings change to make cryptography work with openssl 1.0.2Paul Kehrer2014-03-111-1/+3
| | |
* | | change all our static const ints to longs in ssl.pyPaul Kehrer2014-03-101-91/+91
| | |
* | | this define is too large for a 32-bit integer. fixes #773Paul Kehrer2014-03-101-1/+1
| | |
* | | add two RSA items we need for PSSPaul Kehrer2014-03-101-0/+3
|/ /
* | flake8Alex Gaynor2014-03-081-1/+0
| |
* | Added future imports and licenses that are missingAlex Gaynor2014-03-0833-0/+67
| |
* | Merge pull request #744 from Ayrx/osx-version-checkPaul Kehrer2014-03-081-1/+3
|\ \ | | | | | | Added check to turn off CC backend for OS X version < 10.8
| * | Fixed python3 incompatibilityAyrx2014-03-081-2/+2
| | |
| * | Removed dependency on setuptools for version checkAyrx2014-03-081-4/+3
| | |
| * | Fix drop in coverage levels by removing branchesAyrx2014-03-061-11/+2
| | |
| * | Added check to turn of CC backend for OS X version < 10.8Ayrx2014-03-061-1/+13
| | |
* | | don't need to move these definitionsPaul Kehrer2014-03-071-6/+4
| | |
* | | conditional NIDs for 0.9.8ePaul Kehrer2014-03-071-5/+26
| | |
* | | Merge pull request #758 from reaperhulk/x509-098eAlex Gaynor2014-03-071-2/+9
|\ \ \ | | | | | | | | x509 changes for 0.9.8e support
| * | | x509 changes for 0.9.8e supportPaul Kehrer2014-03-071-2/+9
| | | |
* | | | Merge pull request #757 from reaperhulk/ssl-098e-changesAlex Gaynor2014-03-071-4/+36
|\ \ \ \ | | | | | | | | | | more changes for 0.9.8e support, this time in the ssl.h headers
| * | | | more changes for 0.9.8e support, this time in the ssl.h headersPaul Kehrer2014-03-071-4/+36
| |/ / /
* | | | Merge pull request #755 from reaperhulk/conditional-error-bindingsAlex Gaynor2014-03-071-7/+34
|\ \ \ \ | | | | | | | | | | Bind some error constants conditionally for 0.9.8e support
| * | | | bind some error constants conditionally for 0.9.8e supportPaul Kehrer2014-03-071-7/+34
| |/ / /
* | | | Merge pull request #753 from reaperhulk/move-nidsDavid Reid2014-03-072-144/+142
|\ \ \ \ | | | | | | | | | | Move some NIDs
| * | | | move some nidsPaul Kehrer2014-03-072-144/+142
| |/ / /
* | | | Merge pull request #754 from reaperhulk/bio-macroAlex Gaynor2014-03-071-1/+4
|\ \ \ \ | | | | | | | | | | BIO macro switch for 0.9.8e support
| * | | | BIO macro switch for 0.9.8e supportPaul Kehrer2014-03-071-1/+4
| |/ / /
* | | | Merge pull request #756 from reaperhulk/evp-macrosAlex Gaynor2014-03-071-5/+8
|\ \ \ \ | | | | | | | | | | Macro switches in evp for 0.9.8e