summaryrefslogtreecommitdiff
path: root/crypto/init.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 08/10Rich Salz2016-05-171-53/+5
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte2016-05-101-2/+2
* Ensure all locks are properly cleaned upMatt Caswell2016-04-141-3/+7
* Remove check_defer()Dr. Stephen Henson2016-04-131-1/+3
* Move a declaration that's private to libcryptoRichard Levitte2016-04-131-0/+1
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-48/+48
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-47/+47
* Deprecate CONF_modules_free() and make it a no-opMatt Caswell2016-04-131-4/+4
* Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell2016-04-131-4/+4
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+3
* Deprecate EVP_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+2
* Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+3
* Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell2016-04-131-2/+2
* Deprecate RAND_cleanup() and make it a no-opMatt Caswell2016-04-131-5/+5
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-131-2/+2
* Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell2016-04-131-3/+3
* Remove some OPENSSL_NO_ASYNC guards in initMatt Caswell2016-04-061-8/+1
* Fix no-sockMatt Caswell2016-03-211-0/+2
* Remove #error from include files.Rich Salz2016-03-201-4/+0
* Ensure that no-comp functions are flagged as suchMatt Caswell2016-03-181-0/+2
* Fix CRYPTO_THREAD_run_once return value checksEmilia Kasper2016-03-151-4/+4
* Small typoRichard Levitte2016-03-151-1/+1
* Fix the init cleanup orderMatt Caswell2016-03-141-14/+21
* Add some missing cleanup calls to de-initMatt Caswell2016-03-141-0/+2
* Fix memory leak in library deinitEmilia Kasper2016-03-121-5/+8
* Fix no-comp buildEmilia Kasper2016-03-121-0/+7
* Call CONF_modules_free() before ENGINE_cleanup() in auto-deinitMatt Caswell2016-03-111-3/+3
* Don't call ENGINE_cleanup when configured "no-engine"Richard Levitte2016-03-091-0/+4
* Always call ENGINE_cleanup() in de-initMatt Caswell2016-03-091-19/+4
* Convert ERR_STATE to new multi-threading APIAlessandro Ghedini2016-03-081-2/+2
* Remove use of CRYPTO_LOCK_INIT in init codeMatt Caswell2016-03-071-2/+7
* Swap the init code to use the new Thread API thread localsMatt Caswell2016-03-071-97/+11
* Swap the init code to use CRYPTO_ONCEMatt Caswell2016-03-071-131/+80
* Rework based on feedback:clucey2016-03-071-1/+19
* Ensure Async is deinited properlyMatt Caswell2016-03-021-0/+10
* Fix windows thread stop codeMatt Caswell2016-02-181-1/+2
* RT4310: Fix varous no-XXX buildsRich Salz2016-02-171-1/+8
* RT4315: Fix UEFI build in crypto/init.cDavid Woodhouse2016-02-171-0/+2
* Fixes to make no-deprecated work againViktor Dukhovni2016-02-141-0/+1
* Hide OPENSSL_INIT_SETTINGS.Rich Salz2016-02-111-23/+2
* After renaming init, update errors.Rich Salz2016-02-101-2/+1
* Attempt to log an error if init failedMatt Caswell2016-02-101-1/+14
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-3/+5
* Variable was declared static when it shouldn't beMatt Caswell2016-02-101-1/+1
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-9/+8
* No dynamic-init fix; merge goof.Rich Salz2016-02-101-1/+0
* Can't re-init after stop.Rich Salz2016-02-101-36/+11
* If we've not been inited don't deinitMatt Caswell2016-02-101-16/+18
* Make some global variables staticMatt Caswell2016-02-091-2/+2