aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/ecdh.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused constant binding from ecdh.py (#4774)Alex Gaynor2019-02-261-3/+0
|
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
| | | | | | | | * No more FUNCS/MACROS distinction * change the docs to not talk about MACROS since they're gone * remove out of date comment
* enable wconversion and finish fixes (#3728)Paul Kehrer2017-06-261-2/+2
| | | | | | * enable wconversion and finish fixes * don't pass -Wconversion if it's win32
* Ec is a thing (#3453)Alex Gaynor2017-03-151-11/+0
| | | | | | | | | | | | | | | | * We always have EC * We always have ECDH * We always have ECDSA * We always have EC codes * This can go as well * And this * unused import
* add SSL_CTX_set_ecdh_auto where supported (#3250)Paul Kehrer2016-11-181-0/+9
| | | | In 1.1.0 this is a noop and occurs by default, and this wasn't supported < 1.0.2
* some ECDH functions we don't use that are no longer present in 1.1.0Paul Kehrer2016-03-091-14/+0
|
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-9/+0
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+59