aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/ec.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-8/+0
* update openssls (#4995)Paul Kehrer2019-10-151-0/+2
* Remove unused constant from ec.py bindings (#4773)Alex Gaynor2019-02-261-3/+0
* Remove branch for old libressl versions that we don't support any more (#4505)Alex Gaynor2018-10-201-2/+1
* Clean up unused EC bindings. (#4225)David Benjamin2018-05-141-79/+0
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-2/+2
* Ec is a thing (#3453)Alex Gaynor2017-03-151-157/+3
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-131-10/+1
* Use a series of constants for OpenSSL version checks (#3037)Alex Gaynor2016-07-111-2/+2
* 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