Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make engine addition idempotent | Paul Kehrer | 2015-10-21 | 1 | -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_NAMES | Paul Kehrer | 2015-08-03 | 1 | -6/+0 |
| | |||||
* | don't need the intermediary 'struct' declaration. | Glyph | 2015-06-27 | 1 | -10/+8 |
| | |||||
* | comply with C coding standard, for which there is no linter | Glyph | 2015-06-26 | 1 | -7/+7 |
| | |||||
* | deopaque a couple of things | Glyph | 2015-06-26 | 1 | -2/+11 |
| | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -0/+168 |