aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/crypto.py
Commit message (Collapse)AuthorAgeFilesLines
* CRYPTO_cleanup_all_ex_data is a macro and CRYPTO_add no longer exists (#2882)Paul Kehrer2016-04-301-4/+3
| | | We don't use CRYPTO_add and neither does pyOpenSSL
* slowly re-add everything that was removed, but now conditionalPaul Kehrer2016-03-171-0/+4
|
* sigh... and this onePaul Kehrer2016-03-171-0/+2
|
* need this one tooPaul Kehrer2016-03-171-0/+2
|
* we need CRYPTO_LOCK & CRYPTO_UNLOCK on < 1.1.0 so conditionally bind themPaul Kehrer2016-03-171-0/+11
|
* in 1.1.0 OpenSSL does its own locking now! locking funcs are now macrosPaul Kehrer2016-03-171-9/+6
| | | | | the macros are no ops. Also remove some constants that we never used and were related to locking
* OPENSSL_free is a macro in 1.1.0Paul Kehrer2016-03-171-1/+3
|
* remove long deprecated locking callback and CRYPTO_malloc_initPaul Kehrer2016-03-091-3/+0
|
* SSLeay begonePaul Kehrer2016-03-091-3/+35
| | | | | | | In OpenSSL 1.1.0 SSLeay is no longer a thing. Farewell Except not really farewell because we define them all again because old versions of pyOpenSSL will choke otherwise
* remove malloc_debug_init as it has occasionally caused compile issuesPaul Kehrer2015-11-051-1/+0
| | | | We also don't use it in our backend (and neither does pyOpenSSL)
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+58