aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)Alex Gaynor2018-06-201-1/+8
* Fixed build errors on HP-UX. (#4259)dumol2018-05-221-1/+1
* Funcs macros gone (#3695)Paul Kehrer2017-06-271-3/+0
* Attempt to simplify the libressl checing (#3482)Alex Gaynor2017-03-261-2/+2
* Memleak tests (#3140)Alex Gaynor2017-03-141-0/+46
* Add OPENSSL_malloc. (#3289)Cory Benfield2016-11-281-0/+1
* be a bit more robust about detecting locking callback declarations (#3107)Paul Kehrer2016-08-261-3/+11
* remove a few more unneeded and no longer extant functions for 1.1.0 (#3110)Paul Kehrer2016-08-261-2/+0
* A few more 1.1.0 compatibility changes (#2960)Paul Kehrer2016-06-031-3/+0
* CRYPTO_cleanup_all_ex_data is a macro and CRYPTO_add no longer exists (#2882)Paul Kehrer2016-04-301-4/+3
* 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
* 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
* remove malloc_debug_init as it has occasionally caused compile issuesPaul Kehrer2015-11-051-1/+0
* remove openssl CONDITIONAL_NAMESPaul Kehrer2015-08-031-2/+0
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-0/+58