summaryrefslogtreecommitdiffstats
path: root/crypto/context.c
AgeCommit message (Expand)Author
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