aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_init.c
Commit message (Expand)AuthorAgeFilesLines
* Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell2017-05-221-1/+0
* Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell2017-05-221-1/+2
* Indent ssl/Emilia Kasper2016-08-181-16/+14
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-9/+10
* Copyright consolidation 01/10Rich Salz2016-05-171-53/+5
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Remove OPENSSL_NO_SHA guardsMatt Caswell2016-04-131-2/+0
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-131-2/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-5/+5
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-5/+5
* Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell2016-04-131-2/+2
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-131-5/+6
* Swap the init code to use CRYPTO_ONCEMatt Caswell2016-03-071-84/+13
* Hide OPENSSL_INIT_SETTINGS.Rich Salz2016-02-111-0/+1
* After renaming init, update errors.Rich Salz2016-02-101-1/+1
* Attempt to log an error if init failedMatt Caswell2016-02-101-1/+13
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-5/+8
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-5/+4
* Can't re-init after stop.Rich Salz2016-02-101-9/+11
* Updates for auto init/deinit review commentsMatt Caswell2016-02-091-10/+1
* Add an OPENSSL_NO_AUTOERRINIT optionMatt Caswell2016-02-091-2/+8
* Provide framework for auto initialise/deinitialise of the libraryMatt Caswell2016-02-091-0/+320