aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/init.c
Commit message (Expand)AuthorAgeFilesLines
* 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