summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_init.c
AgeCommit message (Expand)Author
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2020-07-11Providerized libssl fallout: cleanup initBenjamin Kaduk
2020-04-23Update copyright yearMatt Caswell
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-03-06Adapt OPENSSL_INIT_DEBUG to the new generic trace APIRichard Levitte
2019-01-07More configurable crypto and ssl library initializationViktor Dukhovni
2019-01-04Fix a RUN_ONCE bugMatt Caswell
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-10-29Add automatic initializations support for EVP_MAC objectsRichard Levitte
2018-08-07Fix setting of ssl_strings_inited.Rich Salz
2018-04-17Add a config option to disable automatic config loadingBernd Edlinger
2018-04-17Update copyright yearRichard Levitte
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
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