summaryrefslogtreecommitdiffstats
path: root/doc/internal/man3/ossl_provider_new.pod
AgeCommit message (Expand)Author
2022-05-05Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte
2021-11-12Stop receiving child callbacks in a child libctx when appropriateMatt Caswell
2021-11-12Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-11-10prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli
2021-09-22doc: remove end of line whitespacePauli
2021-06-24Fix a race in ossl_provider_add_to_store()Matt Caswell
2021-06-24Update documentation following updates to the provider codeMatt Caswell
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell
2021-06-24Instantiate predefined providers just-in-timeMatt Caswell
2021-05-20Update documentation for global properties mirroringMatt Caswell
2021-05-15Init the child providers immediately on creation of the child libctxMatt Caswell
2021-05-11Update documentation following addition of OSSL_LIB_CTX_new_child()Matt Caswell
2021-05-07doc: document the new ossl_provider_clear_all_operation_bits() functionPauli
2021-03-12rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli
2021-03-12doc: describe the return from ossl_provider_forall_loaded()Pauli
2021-03-11Update copyright yearMatt Caswell
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli
2021-02-23provider: add option to load a provider without disabling the fallbacks.Pauli
2020-12-17CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-06-19Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell
2020-06-04Update copyright yearMatt Caswell
2020-05-19CORE: query for operations only once per provider (unless no_store is true)Richard Levitte
2019-12-11Fix some typosVeres Lajos
2019-10-03Fix errors found by new find-doc-nitsRich Salz
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard 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-02ossl_provider_upref to ossl_provider_up_refRichard Levitte
2019-07-02Fix TyposAntoine Cœur
2019-06-24Enhance and update the docs of the internal ossl_provider APIRichard Levitte
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
2019-03-19Replumbing: add fallback provider capabilityRichard Levitte
2019-03-12Replumbing: Add support for the provider query_operation functionRichard Levitte
2019-03-12Replumbing: Add an OSSL_PROVIDER iterator with callbackRichard Levitte
2019-03-11Add documentationRichard Levitte