summaryrefslogtreecommitdiffstats
path: root/crypto/provider_conf.c
AgeCommit message (Expand)Author
2021-05-11Add support for child provider to up_ref/free their parentMatt Caswell
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-04-28Store the list of activated providers in the libctxMatt Caswell
2021-03-11Update copyright yearMatt Caswell
2021-02-23provider: add option to load a provider without disabling the fallbacks.Pauli
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-08-28provider_conf: report missing section on errorPauli
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-20Add support for passing the libctx to the config loaderShane Lontis
2019-08-01Load the config file by defaultMatt Caswell
2019-07-16Provider config module: allow providers to already be loadedRichard Levitte
2019-04-05Rename the PROVIDER_CONF trace to CONFRichard Levitte
2019-04-03Replumbing: add a configuration module for providersRichard Levitte