summaryrefslogtreecommitdiffstats
path: root/doc/internal/man3/ossl_provider_new.pod (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support CLI and API setting of provider configuration parametersViktor Dukhovni13 days1-12/+2
* Copyright year updatesMatt Caswell2023-09-281-1/+1
* Fix typos found by codespellDimitri Papadopoulos2023-09-131-1/+1
* Replace some boldened types with a corresponding man page linkRichard Levitte2022-12-081-1/+1
* Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte2022-05-051-7/+1
* Stop receiving child callbacks in a child libctx when appropriateMatt Caswell2021-11-121-2/+6
* Don't attempt to deactive child providers if we don't need toMatt Caswell2021-11-121-2/+4
* prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli2021-11-101-8/+2
* doc: remove end of line whitespacePauli2021-09-221-1/+1
* Fix a race in ossl_provider_add_to_store()Matt Caswell2021-06-241-2/+9
* Update documentation following updates to the provider codeMatt Caswell2021-06-241-5/+12
* Set use_fallbacks to zero when we add a provider to the storeMatt Caswell2021-06-241-6/+3
* Instantiate predefined providers just-in-timeMatt Caswell2021-06-241-10/+1
* Update documentation for global properties mirroringMatt Caswell2021-05-201-2/+9
* Init the child providers immediately on creation of the child libctxMatt Caswell2021-05-151-6/+1
* Update documentation following addition of OSSL_LIB_CTX_new_child()Matt Caswell2021-05-111-3/+50
* doc: document the new ossl_provider_clear_all_operation_bits() functionPauli2021-05-071-2/+8
* rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli2021-03-121-7/+7
* doc: describe the return from ossl_provider_forall_loaded()Pauli2021-03-121-1/+5
* Update copyright yearMatt Caswell2021-03-111-1/+1
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-1/+9
* provider: add option to load a provider without disabling the fallbacks.Pauli2021-02-231-3/+6
* CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte2020-12-171-15/+23
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-4/+4
* Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell2020-06-191-1/+16
* Update copyright yearMatt Caswell2020-06-041-1/+1
* CORE: query for operations only once per provider (unless no_store is true)Richard Levitte2020-05-191-1/+16
* Fix some typosVeres Lajos2019-12-111-1/+1
* Fix errors found by new find-doc-nitsRich Salz2019-10-031-1/+1
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-0/+9
* Rename provider and core get_param_types functionsRichard Levitte2019-08-151-4/+4
* Load the config file by defaultMatt Caswell2019-08-011-3/+13
* Add functions to see if a provider is available for use.Richard Levitte2019-07-261-1/+10
* Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte2019-07-231-5/+5
* ossl_provider_upref to ossl_provider_up_refRichard Levitte2019-07-021-4/+4
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Enhance and update the docs of the internal ossl_provider APIRichard Levitte2019-06-241-64/+95
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-2/+1
* Replumbing: give the possibility for the provider to create a contextRichard Levitte2019-04-301-1/+8
* Replumbing: add fallback provider capabilityRichard Levitte2019-03-191-8/+18
* Replumbing: Add support for the provider query_operation functionRichard Levitte2019-03-121-1/+10
* Replumbing: Add an OSSL_PROVIDER iterator with callbackRichard Levitte2019-03-121-1/+11
* Add documentationRichard Levitte2019-03-111-0/+196