aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/ec.py
Commit message (Collapse)AuthorAgeFilesLines
* 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