summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_init.c
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-08-07Fix setting of ssl_strings_inited.Rich Salz
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell
2017-12-08In OPENSSL_init_ssl(), run the base ssl init before OPENSSL_init_crypto()Richard Levitte
2016-08-18Indent ssl/Emilia Kasper
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-04-13Remove OPENSSL_NO_SHA guardsMatt Caswell
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell
2016-03-07Swap the init code to use CRYPTO_ONCEMatt Caswell
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-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-10Can't re-init after stop.Rich Salz
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Add an OPENSSL_NO_AUTOERRINIT optionMatt Caswell
2016-02-09Provide framework for auto initialise/deinitialise of the libraryMatt Caswell