]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_init.c
Check DSA parameters for excessive sizes before validating
[thirdparty/openssl.git] / ssl / ssl_init.c
2023-09-28  Matt CaswellCopyright year updates
2023-09-11  Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2022-05-10  Dr. Matthias St... err: get rid of err_free_strings_int()
2022-05-03  Matt CaswellUpdate copyright year
2022-02-05  Richard LevitteMove e_os.h to include/internal
2021-10-28  x2018fix some code with obvious wrong coding style
2021-06-17  Matt CaswellUpdate copyright year
2021-05-26  Paulierr: rename err_load_xxx_strings_int functions
2020-11-24  Richard LevitteModify the ERR init functions to use the internal ERR...
2020-11-11  Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-07-11  Benjamin KadukProviderized libssl fallout: cleanup init
2020-04-23  Matt CaswellUpdate copyright year
2020-02-06  Matt CaswellExplicitly fetch ciphers and digests in libssl
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-08-15  Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-03-06  Richard LevitteAdapt OPENSSL_INIT_DEBUG to the new generic trace API
2019-01-07  Viktor DukhovniMore configurable crypto and ssl library initialization
2019-01-04  Matt CaswellFix a RUN_ONCE bug
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-29  Richard LevitteAdd automatic initializations support for EVP_MAC objects
2018-08-07  Rich SalzFix setting of ssl_strings_inited.
2018-04-17  Bernd EdlingerAdd a config option to disable automatic config loading
2018-04-17  Richard LevitteUpdate copyright year
2018-04-05  Matt CaswellMove the loading of the ssl_conf module to libcrypto
2017-12-08  Richard LevitteIn OPENSSL_init_ssl(), run the base ssl init before...
2017-08-30  Jon SpillettImplement Aria GCM/CCM Modes and TLS cipher suites
2017-05-22  Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-22  Matt CaswellReplace instances of OPENSSL_assert() with soft asserts...
2016-08-18  Emilia KasperIndent ssl/
2016-07-19  Richard LevitteChange all our uses of CRYPTO_THREAD_run_once to use...
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-05-16  Viktor DukhovniFold threads.h into crypto.h making API public
2016-04-13  Matt CaswellRemove OPENSSL_NO_SHA guards
2016-04-13  Matt CaswellRemove OPENSSL_NO_AES guards
2016-04-13  Matt CaswellRename int_*() functions to *_int()
2016-04-13  Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-13  Matt CaswellDeprecate SSL_COMP_free_compression_methods() and make...
2016-04-13  Matt CaswellDeprecate ERR_free_strings() and make it a no-op
2016-03-07  Matt CaswellSwap the init code to use CRYPTO_ONCE
2016-02-11  Rich SalzHide OPENSSL_INIT_SETTINGS.
2016-02-10  Rich SalzAfter renaming init, update errors.
2016-02-10  Matt CaswellAttempt to log an error if init failed
2016-02-10  Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10  Rich SalzRename INIT funtions, deprecate old ones.
2016-02-10  Rich SalzCan't re-init after stop.
2016-02-09  Matt CaswellUpdates for auto init/deinit review comments
2016-02-09  Matt CaswellAdd an OPENSSL_NO_AUTOERRINIT option
2016-02-09  Matt CaswellProvide framework for auto initialise/deinitialise...