Restore historical behavior for absent ServerHello extensions
[openssl.git] / ssl / ssl_init.c
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...