aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_init.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz1-0/+1
2016-02-10After renaming init, update errors.Rich Salz1-1/+1
2016-02-10Attempt to log an error if init failedMatt Caswell1-1/+13
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell1-5/+8
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-5/+4
2016-02-10Can't re-init after stop.Rich Salz1-9/+11
2016-02-09Updates for auto init/deinit review commentsMatt Caswell1-10/+1
2016-02-09Add an OPENSSL_NO_AUTOERRINIT optionMatt Caswell1-2/+8
2016-02-09Provide framework for auto initialise/deinitialise of the libraryMatt Caswell1-0/+320