summaryrefslogtreecommitdiff
path: root/include/openssl/provider.h
Commit message (Expand)AuthorAgeFilesLines
* Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.Patrick Mills2022-12-061-1/+2
* Rename also the OSSL_PROVIDER_name() functionTomas Mraz2021-06-011-1/+1
* Add the concept of a child OSSL_LIB_CTXMatt Caswell2021-05-111-0/+1
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-0/+2
* provider: add option to load a provider without disabling the fallbacks.Pauli2021-02-231-1/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* include/openssl: add a few missing #pragma once directivesFdaSilvaYY2021-02-101-0/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-6/+6
* provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli2020-08-141-0/+1
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-0/+1
* Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell2020-06-191-0/+4
* Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell2020-06-051-0/+1
* Enable applications to directly call a provider's query operationMatt Caswell2020-06-051-0/+4
* Add OSSL_PROVIDER_do_all()Richard Levitte2020-05-201-0/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-0/+3
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Rename provider and core get_param_types functionsRichard Levitte2019-08-151-1/+1
* Add functions to see if a provider is available for use.Richard Levitte2019-07-261-0/+1
* Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte2019-07-231-1/+1
* Add OSSL_PROVIDER_name()Richard Levitte2019-07-231-0/+3
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-2/+1
* Constify OSSL_PROVIDER getter input parametersRichard Levitte2019-05-311-2/+3
* Replumbing: New public API to load or add providersRichard Levitte2019-03-111-0/+34