summaryrefslogtreecommitdiffstats
path: root/crypto/init.c
AgeCommit message (Expand)Author
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