aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/objects.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* cffi bindings additions for pypy's _hashlib module (#3291)Richard Plangger2016-11-301-0/+9
| | | | | | | | * add cffi bindings to objects.py and evp.py (required for pypy's _hashlib implementation) * ah, that comes from copying it from the man page * dont use #define ..., delcare it as static cont long <name>
* a few more func->macro transitions for 1.1.0 compatibility (#2885)Paul Kehrer2016-04-301-1/+2
|
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+36