aboutsummaryrefslogtreecommitdiff
path: root/crypto/context.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-28CORE: Add an internal function to distinguish the global default contextRichard Levitte1-0/+9
2020-06-28CORE: Add OPENSSL_CTX_set0_default(), to set a default library contextRichard Levitte1-21/+54
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-5/+5
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-27Put an error on the stack in the event of a fetch failureMatt Caswell1-0/+9
2020-03-20Add support for passing the libctx to the config loaderShane Lontis1-0/+8
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-08-29Make sure we pre-initialise propertiesMatt Caswell1-0/+10
2019-08-29Fix context lockingMatt Caswell1-4/+38
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell1-1/+3
2019-06-17Add the function openssl_ctx_get_concrete()Matt Caswell1-33/+16
2019-05-23Make core code available within the FIPS moduleMatt Caswell1-1/+1
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell1-29/+130
2019-05-02Add support for openssl_ctx_run_once and openssl_ctx_onfreeMatt Caswell1-1/+72
2019-02-16Add an OpenSSL library contextRichard Levitte1-0/+110