]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/init.c
Remove #error from include files.
[thirdparty/openssl.git] / crypto / init.c
2016-03-20  Rich SalzRemove #error from include files.
2016-03-18  Matt CaswellEnsure that no-comp functions are flagged as such
2016-03-15  Emilia KasperFix CRYPTO_THREAD_run_once return value checks
2016-03-15  Richard LevitteSmall typo
2016-03-14  Matt CaswellFix the init cleanup order
2016-03-14  Matt CaswellAdd some missing cleanup calls to de-init
2016-03-12  Emilia KasperFix memory leak in library deinit
2016-03-12  Emilia KasperFix no-comp build
2016-03-11  Matt CaswellCall CONF_modules_free() before ENGINE_cleanup() in...
2016-03-09  Richard LevitteDon't call ENGINE_cleanup when configured "no-engine"
2016-03-09  Matt CaswellAlways call ENGINE_cleanup() in de-init
2016-03-08  Alessandro GhediniConvert ERR_STATE to new multi-threading API
2016-03-07  Matt CaswellRemove use of CRYPTO_LOCK_INIT in init code
2016-03-07  Matt CaswellSwap the init code to use the new Thread API thread...
2016-03-07  Matt CaswellSwap the init code to use CRYPTO_ONCE
2016-03-07  cluceyRework based on feedback:
2016-03-02  Matt CaswellEnsure Async is deinited properly
2016-02-18  Matt CaswellFix windows thread stop code
2016-02-17  Rich SalzRT4310: Fix varous no-XXX builds
2016-02-17  David WoodhouseRT4315: Fix UEFI build in crypto/init.c
2016-02-14  Viktor DukhovniFixes to make no-deprecated work again
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  Matt CaswellVariable was declared static when it shouldn't be
2016-02-10  Rich SalzRename INIT funtions, deprecate old ones.
2016-02-10  Rich SalzNo dynamic-init fix; merge goof.
2016-02-10  Rich SalzCan't re-init after stop.
2016-02-10  Matt CaswellIf we've not been inited don't deinit
2016-02-09  Matt CaswellMake some global variables static
2016-02-09  Matt CaswellNULL the thread_local_inits_st pointer after use
2016-02-09  Matt CaswellUpdates for auto init/deinit review comments
2016-02-09  Matt CaswellAvoid a race condition in loading config settings
2016-02-09  Matt CaswellAdd an OPENSSL_NO_AUTOERRINIT option
2016-02-09  Matt CaswellProvide a thread stop API
2016-02-09  Matt CaswellAuto init/deinit libcrypto
2016-02-09  Matt CaswellProvide framework for auto initialise/deinitialise...