aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/ec.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2515 from reaperhulk/sigbusAlex Gaynor2015-12-091-16/+0
|\ | | | | remove the bindings for these x86_64 specific EC functions
| * remove the bindings for these x86_64 specific EC functionsPaul Kehrer2015-12-091-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 herePaul Kehrer2015-12-011-3/+3
| |
* | if EC isn't present we need to declare this enumPaul Kehrer2015-12-011-1/+5
| |
* | let the compiler figure out these valuesPaul Kehrer2015-12-011-3/+4
| |
* | fix a warning in cffiPaul Kehrer2015-12-011-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.2Lluixhi Scura2015-08-081-1/+1
| | | | LIBRESSL_VERSION_NUMBER is now being incremented.
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-100/+0
|
* add some requested elliptic curve bindingsPaul Kehrer2015-07-031-0/+10
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+496