summaryrefslogtreecommitdiffstats
path: root/crypto/init.c
AgeCommit message (Expand)Author
2016-03-20Remove #error from include files.Rich Salz
2016-03-18Ensure that no-comp functions are flagged as suchMatt Caswell
2016-03-15Fix CRYPTO_THREAD_run_once return value checksEmilia Kasper
2016-03-15Small typoRichard Levitte
2016-03-14Fix the init cleanup orderMatt Caswell
2016-03-14Add some missing cleanup calls to de-initMatt Caswell
2016-03-12Fix memory leak in library deinitEmilia Kasper
2016-03-12Fix no-comp buildEmilia Kasper
2016-03-11Call CONF_modules_free() before ENGINE_cleanup() in auto-deinitMatt Caswell
2016-03-09Don't call ENGINE_cleanup when configured "no-engine"Richard Levitte
2016-03-09Always call ENGINE_cleanup() in de-initMatt Caswell
2016-03-08Convert ERR_STATE to new multi-threading APIAlessandro Ghedini
2016-03-07Remove use of CRYPTO_LOCK_INIT in init codeMatt Caswell
2016-03-07Swap the init code to use the new Thread API thread localsMatt Caswell
2016-03-07Swap the init code to use CRYPTO_ONCEMatt Caswell
2016-03-07Rework based on feedback:clucey
2016-03-02Ensure Async is deinited properlyMatt Caswell
2016-02-18Fix windows thread stop codeMatt Caswell
2016-02-17RT4310: Fix varous no-XXX buildsRich Salz
2016-02-17RT4315: Fix UEFI build in crypto/init.cDavid Woodhouse
2016-02-14Fixes to make no-deprecated work againViktor Dukhovni
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz
2016-02-10After renaming init, update errors.Rich Salz
2016-02-10Attempt to log an error if init failedMatt Caswell
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Variable was declared static when it shouldn't beMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-10No dynamic-init fix; merge goof.Rich Salz
2016-02-10Can't re-init after stop.Rich Salz
2016-02-10If we've not been inited don't deinitMatt Caswell
2016-02-09Make some global variables staticMatt Caswell
2016-02-09NULL the thread_local_inits_st pointer after useMatt Caswell
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Avoid a race condition in loading config settingsMatt Caswell
2016-02-09Add an OPENSSL_NO_AUTOERRINIT optionMatt Caswell
2016-02-09Provide a thread stop APIMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-09Provide framework for auto initialise/deinitialise of the libraryMatt Caswell