aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_init.c
Commit message (Expand)AuthorAgeFilesLines
* Modify the ERR init functions to use the internal ERR string loadersRichard Levitte2020-11-241-2/+3
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-1/+1
* Providerized libssl fallout: cleanup initBenjamin Kaduk2020-07-111-61/+0
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-4/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-2/+1
* Adapt OPENSSL_INIT_DEBUG to the new generic trace APIRichard Levitte2019-03-061-24/+9
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-071-6/+7
* Fix a RUN_ONCE bugMatt Caswell2019-01-041-2/+4
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Add automatic initializations support for EVP_MAC objectsRichard Levitte2018-10-291-1/+2
* Fix setting of ssl_strings_inited.Rich Salz2018-08-071-1/+1
* Add a config option to disable automatic config loadingBernd Edlinger2018-04-171-0/+2
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Move the loading of the ssl_conf module to libcryptoMatt Caswell2018-04-051-4/+6
* In OPENSSL_init_ssl(), run the base ssl init before OPENSSL_init_crypto()Richard Levitte2017-12-081-3/+3
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-301-0/+4
* 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