]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/context.c
Fix intermittent sslapitest early data related failures
[thirdparty/openssl.git] / crypto / context.c
12 days ago  Neil HormanMake rcu_thread_key context-aware
2023-09-07  Matt CaswellCopyright year updates
2023-08-15  Richard LevitteRemove include/internal/decoder.h, as it's superfluous
2023-07-16  Matt CaswellOptimise PKEY decoders
2023-04-24  Petr MikhalicinFix calling pthread_key_delete on uninitialized data
2022-11-22  Tomas MrazAdd functions supporting thread pool only when it is...
2022-11-02  Tomas MrazRelease the drbg in the global default context before...
2022-10-17  Čestmír Kalinacrypto: add preemptive threading support
2022-05-03  Matt CaswellUpdate copyright year
2022-04-06  Hugo LandauRemove unused libctx functions (runonce, onfree)
2022-03-31  Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-02-04  Harry SintonenAdd missing CRYPTO_THREAD_cleanup_local of default_cont...
2022-01-05  Dimitris ApostolouFix typos
2021-12-17  Tomas Mrazcontext_init: Fix cleanup in error handling
2021-11-12  Matt CaswellStop receiving child callbacks in a child libctx when...
2021-05-11  Matt CaswellAdd the concept of a child OSSL_LIB_CTX
2021-05-11  Matt CaswellAdd the ability for ex_data to have a priority
2021-05-04  Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-04-22  Dr. Matthias St... Remove obsolete comment
2021-04-19  Matt CaswellAdd the function OSSL_LIB_CTX_get0_global_default()
2021-04-19  Matt CaswellChange the semantics of OSSL_LIB_CTX_set0_default(...
2021-04-08  Pauliproperty: lock the lib ctx when updating the property...
2021-03-18  Shane LontisFix external symbols for crypto_*
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-02-02  Matt CaswellAlways ensure we hold ctx->lock when calling CRYPTO_get...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-14  Matt CaswellMake sure we take the ctx->lock in ossl_lib_ctx_generic...
2021-01-12  Richard LevitteUse centralized fetching errors
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-06-28  Richard LevitteCORE: Add an internal function to distinguish the globa...
2020-06-28  Richard LevitteCORE: Add OPENSSL_CTX_set0_default(), to set a default...
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23  Matt CaswellUpdate copyright year
2020-03-27  Matt CaswellPut an error on the stack in the event of a fetch failure
2020-03-20  Shane LontisAdd support for passing the libctx to the config loader
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-08-29  Matt CaswellMake sure we pre-initialise properties
2019-08-29  Matt CaswellFix context locking
2019-06-17  Matt CaswellTell the FIPS provider about thread stop events
2019-06-17  Matt CaswellAdd the function openssl_ctx_get_concrete()
2019-05-23  Matt CaswellMake core code available within the FIPS module
2019-05-02  Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-05-02  Matt CaswellAdd support for openssl_ctx_run_once and openssl_ctx_onfree
2019-02-15  Richard LevitteAdd an OpenSSL library context