summaryrefslogtreecommitdiffstats
path: root/crypto/context.c
AgeCommit message (Expand)Author
12 daysDo not use bit fields for context data flag variablesTomas Mraz
12 daysMake conf_diagnostics apply also to the SSL conf errorsTomas Mraz
2024-04-19Make rcu_thread_key context-awareNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-08-15Remove include/internal/decoder.h, as it's superfluousRichard Levitte
2023-07-17Optimise PKEY decodersMatt Caswell
2023-04-24Fix calling pthread_key_delete on uninitialized dataPetr Mikhalicin
2022-11-22Add functions supporting thread pool only when it is enabledTomas Mraz
2022-11-02Release the drbg in the global default context before enginesTomas Mraz
2022-10-17crypto: add preemptive threading supportČestmír Kalina
2022-05-03Update copyright yearMatt Caswell
2022-04-06Remove unused libctx functions (runonce, onfree)Hugo Landau
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-02-04Add missing CRYPTO_THREAD_cleanup_local of default_context_thread_localHarry Sintonen
2022-01-05Fix typosDimitris Apostolou
2021-12-17context_init: Fix cleanup in error handlingTomas Mraz
2021-11-12Stop receiving child callbacks in a child libctx when appropriateMatt Caswell
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell
2021-04-22Remove obsolete commentDr. Matthias St. Pierre
2021-04-19Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell
2021-04-19Change the semantics of OSSL_LIB_CTX_set0_default() NULL handlingMatt Caswell
2021-04-08property: lock the lib ctx when updating the property definition cachePauli
2021-03-18Fix external symbols for crypto_*Shane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-02-02Always ensure we hold ctx->lock when calling CRYPTO_get_ex_data()Matt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-14Make sure we take the ctx->lock in ossl_lib_ctx_generic_new()Matt Caswell
2021-01-12Use centralized fetching errorsRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-06-28CORE: Add an internal function to distinguish the global default contextRichard Levitte
2020-06-28CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-03-27Put an error on the stack in the event of a fetch failureMatt Caswell
2020-03-20Add support for passing the libctx to the config loaderShane Lontis
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-29Make sure we pre-initialise propertiesMatt Caswell
2019-08-29Fix context lockingMatt Caswell
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell
2019-06-17Add the function openssl_ctx_get_concrete()Matt Caswell
2019-05-23Make core code available within the FIPS moduleMatt Caswell
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell
2019-05-02Add support for openssl_ctx_run_once and openssl_ctx_onfreeMatt Caswell
2019-02-16Add an OpenSSL library contextRichard Levitte