aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/engine.py
Commit message (Collapse)AuthorAgeFilesLines
* make engine addition idempotentPaul Kehrer2015-10-211-0/+2
| | | | | | | | | | | Threading issues keep cropping up. ENGINE_add already acquires a lock at the C layer via CRYPTO_w_lock (provided you have registered the locking callbacks) so let's try to use that. As part of this we'll try to init the openssl locks, but of course there's potentially a race there as well. Clearly this isn't the real fix but it might improve the situation while we try to determine what to do.
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-6/+0
|
* don't need the intermediary 'struct' declaration.Glyph2015-06-271-10/+8
|
* comply with C coding standard, for which there is no linterGlyph2015-06-261-7/+7
|
* deopaque a couple of thingsGlyph2015-06-261-2/+11
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+168