Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #889 from public/more-ec-bindings | Alex Gaynor | 2014-04-05 | 1 | -4/+414 | |
|\ | | | | | Bindings for more EC stuff | |||||
| * | Bindings for more EC stuff | Alex Stapleton | 2014-04-05 | 1 | -4/+414 | |
| | | ||||||
* | | Merge pull request #885 from exarkun/X509_STORE_CTX-paraphernalia | Alex Gaynor | 2014-04-02 | 1 | -0/+4 | |
|\ \ | | | | | | | Bind a few APIs related to X509_STORE_CTX structures. | |||||
| * | | Bind a few APIs related to X509_STORE_CTX structures. | Jean-Paul Calderone | 2014-04-02 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge pull request #867 from public/ecdsa-bindings | Paul Kehrer | 2014-03-29 | 2 | -0/+131 | |
|\ \ \ | | |/ | |/| | ECDSA bindings | |||||
| * | | ECDSA bindings | Alex Stapleton | 2014-03-29 | 2 | -0/+131 | |
| | | | ||||||
* | | | workaround 0.9.8 madness by creating our own madness | Paul Kehrer | 2014-03-29 | 1 | -10/+29 | |
| | | | ||||||
* | | | add EVP_PKEY encrypt/decrypt functions | Paul Kehrer | 2014-03-29 | 1 | -0/+16 | |
|/ / | ||||||
* | | Remove extraneous spaces. | Cory Benfield | 2014-03-28 | 1 | -10/+10 | |
| | | ||||||
* | | Add NPN functions. | Cory Benfield | 2014-03-28 | 1 | -0/+62 | |
| | | ||||||
* | | Add SSL_CTX method getter to fix #794 | Alex Stapleton | 2014-03-22 | 1 | -1/+7 | |
| | | ||||||
* | | c has syntax rules too | Paul Kehrer | 2014-03-21 | 1 | -1/+1 | |
| | | ||||||
* | | workaround a netbsd bug where they did not compile with d1_meth.c | Paul Kehrer | 2014-03-21 | 1 | -0/+23 | |
| | | ||||||
* | | Merge pull request #829 from reaperhulk/import-order-fixer | Alex Gaynor | 2014-03-19 | 1 | -1/+1 | |
|\ \ | | | | | | | import order fixes for future automated checking | |||||
| * | | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #830 from jgiannuzzi/master | Alex Gaynor | 2014-03-19 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | Add ASN1_TIME_free | |||||
| * | | Add ASN1_TIME_free | Jonathan Giannuzzi | 2014-03-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | Required function to solve a memory leak in pyOpenSSL | |||||
* | | | Merge pull request #768 from reaperhulk/cffi-modulename-fix | David Reid | 2014-03-17 | 1 | -8/+30 | |
|\ \ \ | |/ / |/| | | Workaround for cffi issue 140 | |||||
| * | | address review comments | Paul Kehrer | 2014-03-17 | 1 | -5/+6 | |
| | | | ||||||
| * | | be less dumb | Paul Kehrer | 2014-03-13 | 1 | -8/+3 | |
| | | | ||||||
| * | | make create_modulename private, add test | Paul Kehrer | 2014-03-13 | 1 | -4/+8 | |
| | | | ||||||
| * | | workaround for cffi issue 140. refs #762 | Paul Kehrer | 2014-03-09 | 1 | -7/+29 | |
| | | | ||||||
* | | | RHEL 5's inaccurate OPENSSL_VERSION_NUMBER is a real pain | Paul Kehrer | 2014-03-13 | 1 | -5/+6 | |
| | | | ||||||
* | | | complete 0.9.8b PR | Paul Kehrer | 2014-03-13 | 1 | -1/+2 | |
| | | | ||||||
* | | | Add support for openssl 0.9.8b | Arturo Filastò | 2014-03-13 | 1 | -3/+17 | |
| | | | ||||||
* | | | partially deopaque SSL_CTX to support a pyopenssl use case. fixes #783 | Paul Kehrer | 2014-03-11 | 1 | -1/+6 | |
| | | | ||||||
* | | | small bindings change to make cryptography work with openssl 1.0.2 | Paul Kehrer | 2014-03-11 | 1 | -1/+3 | |
| | | | ||||||
* | | | change all our static const ints to longs in ssl.py | Paul Kehrer | 2014-03-10 | 1 | -91/+91 | |
| | | | ||||||
* | | | this define is too large for a 32-bit integer. fixes #773 | Paul Kehrer | 2014-03-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | add two RSA items we need for PSS | Paul Kehrer | 2014-03-10 | 1 | -0/+3 | |
|/ / | ||||||
* | | flake8 | Alex Gaynor | 2014-03-08 | 1 | -1/+0 | |
| | | ||||||
* | | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 33 | -0/+67 | |
| | | ||||||
* | | Merge pull request #744 from Ayrx/osx-version-check | Paul Kehrer | 2014-03-08 | 1 | -1/+3 | |
|\ \ | | | | | | | Added check to turn off CC backend for OS X version < 10.8 | |||||
| * | | Fixed python3 incompatibility | Ayrx | 2014-03-08 | 1 | -2/+2 | |
| | | | ||||||
| * | | Removed dependency on setuptools for version check | Ayrx | 2014-03-08 | 1 | -4/+3 | |
| | | | ||||||
| * | | Fix drop in coverage levels by removing branches | Ayrx | 2014-03-06 | 1 | -11/+2 | |
| | | | ||||||
| * | | Added check to turn of CC backend for OS X version < 10.8 | Ayrx | 2014-03-06 | 1 | -1/+13 | |
| | | | ||||||
* | | | don't need to move these definitions | Paul Kehrer | 2014-03-07 | 1 | -6/+4 | |
| | | | ||||||
* | | | conditional NIDs for 0.9.8e | Paul Kehrer | 2014-03-07 | 1 | -5/+26 | |
| | | | ||||||
* | | | Merge pull request #758 from reaperhulk/x509-098e | Alex Gaynor | 2014-03-07 | 1 | -2/+9 | |
|\ \ \ | | | | | | | | | x509 changes for 0.9.8e support | |||||
| * | | | x509 changes for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -2/+9 | |
| | | | | ||||||
* | | | | Merge pull request #757 from reaperhulk/ssl-098e-changes | Alex Gaynor | 2014-03-07 | 1 | -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 headers | Paul Kehrer | 2014-03-07 | 1 | -4/+36 | |
| |/ / / | ||||||
* | | | | Merge pull request #755 from reaperhulk/conditional-error-bindings | Alex Gaynor | 2014-03-07 | 1 | -7/+34 | |
|\ \ \ \ | | | | | | | | | | | Bind some error constants conditionally for 0.9.8e support | |||||
| * | | | | bind some error constants conditionally for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -7/+34 | |
| |/ / / | ||||||
* | | | | Merge pull request #753 from reaperhulk/move-nids | David Reid | 2014-03-07 | 2 | -144/+142 | |
|\ \ \ \ | | | | | | | | | | | Move some NIDs | |||||
| * | | | | move some nids | Paul Kehrer | 2014-03-07 | 2 | -144/+142 | |
| |/ / / | ||||||
* | | | | Merge pull request #754 from reaperhulk/bio-macro | Alex Gaynor | 2014-03-07 | 1 | -1/+4 | |
|\ \ \ \ | | | | | | | | | | | BIO macro switch for 0.9.8e support | |||||
| * | | | | BIO macro switch for 0.9.8e support | Paul Kehrer | 2014-03-07 | 1 | -1/+4 | |
| |/ / / | ||||||
* | | | | Merge pull request #756 from reaperhulk/evp-macros | Alex Gaynor | 2014-03-07 | 1 | -5/+8 | |
|\ \ \ \ | | | | | | | | | | | Macro switches in evp for 0.9.8e |