Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2824 from reaperhulk/110-patch-34 | Alex Gaynor | 2016-03-14 | 1 | -18/+0 |
|\ | | | | | remove some EC functions we don't use | ||||
| * | remove some EC functions we don't use | Paul Kehrer | 2016-03-13 | 1 | -18/+0 |
| | | |||||
* | | in OpenSSL 1.1.0 these EC functions are no longer const args | Paul Kehrer | 2016-03-13 | 1 | -2/+2 |
|/ | | | | Fixes a warning | ||||
* | Merge pull request #2515 from reaperhulk/sigbus | Alex Gaynor | 2015-12-09 | 1 | -16/+0 |
|\ | | | | | remove the bindings for these x86_64 specific EC functions | ||||
| * | remove the bindings for these x86_64 specific EC functions | Paul Kehrer | 2015-12-09 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | | We have no need to invoke them directly and their presence triggers a bug related to Fedora 23's hobbling of openssl EC functions (uugh) This also fixes the SIGBUS issue in #2503, although that is more appropriately resolved via header fixes for universal libraries on OS X. | ||||
* | | shouldn't need values here | Paul Kehrer | 2015-12-01 | 1 | -3/+3 |
| | | |||||
* | | if EC isn't present we need to declare this enum | Paul Kehrer | 2015-12-01 | 1 | -1/+5 |
| | | |||||
* | | let the compiler figure out these values | Paul Kehrer | 2015-12-01 | 1 | -3/+4 |
| | | |||||
* | | fix a warning in cffi | Paul Kehrer | 2015-12-01 | 1 | -1/+5 |
|/ | | | | | cffi doesn't want to guess the type, so we'll deopaque the enum and strip the values out of the lib if EC is unavailable | ||||
* | Fix build with LibreSSL >= 2.2.2 | Lluixhi Scura | 2015-08-08 | 1 | -1/+1 |
| | | | | LIBRESSL_VERSION_NUMBER is now being incremented. | ||||
* | remove openssl CONDITIONAL_NAMES | Paul Kehrer | 2015-08-03 | 1 | -100/+0 |
| | |||||
* | add some requested elliptic curve bindings | Paul Kehrer | 2015-07-03 | 1 | -0/+10 |
| | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -0/+496 |