summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_init.c
AgeCommit message (Expand)Author
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell
2017-05-22Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell
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