aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NULL the thread_local_inits_st pointer after useMatt Caswell2016-02-091-5/+19
* Updates for auto init/deinit review commentsMatt Caswell2016-02-091-11/+0
* Avoid a race condition in loading config settingsMatt Caswell2016-02-091-1/+5
* Add an OPENSSL_NO_AUTOERRINIT optionMatt Caswell2016-02-091-1/+5
* Provide a thread stop APIMatt Caswell2016-02-091-1/+9
* Auto init/deinit libcryptoMatt Caswell2016-02-091-33/+0
* Provide framework for auto initialise/deinitialise of the libraryMatt Caswell2016-02-091-0/+775