aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/OSSL_PROVIDER.pod
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* OSSL_PROVIDER_load_exDmitry Belyavskiy2023-08-301-0/+16
* Fix OSSL_PROVIDER_try_load() retain_fallbacks docDuncan Thomson2023-07-011-2/+2
* Replace some boldened types with a corresponding man page linkRichard Levitte2022-12-081-5/+4
* Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.Patrick Mills2022-12-061-0/+10
* OSSL_PROVIDER_set_default_search_path() return valueolszomal2022-09-231-3/+4
* Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch2022-06-161-5/+8
* Document that provider name can be a full pathTomas Mraz2021-06-111-1/+6
* Rename also the OSSL_PROVIDER_name() functionTomas Mraz2021-06-011-3/+3
* Update documentation following addition of OSSL_LIB_CTX_new_child()Matt Caswell2021-05-111-2/+8
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-2/+9
* provider: add option to load a provider without disabling the fallbacks.Pauli2021-02-231-4/+5
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Enhance default provider documentationMichael Baentsch2021-01-141-3/+12
* Make the OSSL_PROVIDER manual conform with man-pages(7)Richard Levitte2021-01-131-3/+3
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-8/+8
* provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli2020-08-141-3/+10
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-3/+11
* Add documentation about CapabilitiesMatt Caswell2020-06-191-4/+18
* Implement OSSL_PROVIDER_get0_provider_ctx()Matt Caswell2020-06-051-4/+9
* Enable applications to directly call a provider's query operationMatt Caswell2020-06-051-1/+19
* Add OSSL_PROVIDER_do_all()Richard Levitte2020-05-201-1/+8
* Update copyright yearMatt Caswell2020-04-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-0/+9
* Rename provider and core get_param_types functionsRichard Levitte2019-08-151-4/+4
* Add functions to see if a provider is available for use.Richard Levitte2019-07-261-3/+14
* Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte2019-07-231-8/+5
* Add OSSL_PROVIDER_name()Richard Levitte2019-07-231-1/+5
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-2/+2
* Add documentationRichard Levitte2019-03-111-0/+112