summaryrefslogtreecommitdiffstats
path: root/crypto/provider.c
AgeCommit message (Expand)Author
2020-08-14provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-06-19Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell
2020-06-05Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell
2020-06-05Enable applications to directly call a provider's query operationMatt Caswell
2020-06-04Update copyright yearMatt Caswell
2020-05-20Add OSSL_PROVIDER_do_all()Richard Levitte
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-01Load the config file by defaultMatt Caswell
2019-07-26Add functions to see if a provider is available for use.Richard Levitte
2019-07-23Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte
2019-07-23Add OSSL_PROVIDER_name()Richard Levitte
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-05-31Constify OSSL_PROVIDER getter input parametersRichard Levitte
2019-03-11Replumbing: New public API to load or add providersRichard Levitte