| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused constant from ec.py bindings (#4773) | Alex Gaynor | 2019-02-26 | 1 | -3/+0 |
* | Remove branch for old libressl versions that we don't support any more (#4505) | Alex Gaynor | 2018-10-20 | 1 | -2/+1 |
* | Clean up unused EC bindings. (#4225) | David Benjamin | 2018-05-14 | 1 | -79/+0 |
* | Funcs macros gone (#3695) | Paul Kehrer | 2017-06-27 | 1 | -3/+0 |
* | Attempt to simplify the libressl checing (#3482) | Alex Gaynor | 2017-03-26 | 1 | -2/+2 |
* | Ec is a thing (#3453) | Alex Gaynor | 2017-03-15 | 1 | -157/+3 |
* | Drop 1.0.0 (#3312) | Alex Gaynor | 2016-12-13 | 1 | -10/+1 |
* | Use a series of constants for OpenSSL version checks (#3037) | Alex Gaynor | 2016-07-11 | 1 | -2/+2 |
* | 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 | 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 |
|/ |
|
* | 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 | Paul Kehrer | 2015-12-09 | 1 | -16/+0 |
* | | 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 |
|/ |
|
* | Fix build with LibreSSL >= 2.2.2 | Lluixhi Scura | 2015-08-08 | 1 | -1/+1 |
* | 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 |