]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ssl_init.c
Don't artificially limit the size of the ClientHello
[thirdparty/openssl.git] / ssl / ssl_init.c
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...