aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/ec.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2824 from reaperhulk/110-patch-34Alex Gaynor2016-03-141-18/+0
|\
| * remove some EC functions we don't usePaul Kehrer2016-03-131-18/+0
* | in OpenSSL 1.1.0 these EC functions are no longer const argsPaul Kehrer2016-03-131-2/+2
|/
* Merge pull request #2515 from reaperhulk/sigbusAlex Gaynor2015-12-091-16/+0
|\
| * remove the bindings for these x86_64 specific EC functionsPaul Kehrer2015-12-091-16/+0
* | 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
|/
* Fix build with LibreSSL >= 2.2.2Lluixhi Scura2015-08-081-1/+1
* 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