Implement riscv_vlen_asm for riscv32
[openssl.git] / doc / internal / man3 / ossl_provider_new.pod
2023-09-28 Matt CaswellCopyright year updates
2023-09-13 Dimitri PapadopoulosFix typos found by codespell
2022-12-08 Richard LevitteReplace some boldened types with a corresponding man...
2022-05-05 Richard LevitteDrop ossl_provider_clear_all_operation_bits() and all...
2021-11-12 Matt CaswellStop receiving child callbacks in a child libctx when...
2021-11-12 Matt CaswellDon't attempt to deactive child providers if we don...
2021-11-09 Pauliprov: remove unused field `flag_fallback` and function...
2021-09-22 Paulidoc: remove end of line whitespace
2021-06-24 Matt CaswellFix a race in ossl_provider_add_to_store()
2021-06-24 Matt CaswellUpdate documentation following updates to the provider...
2021-06-24 Matt CaswellSet use_fallbacks to zero when we add a provider to...
2021-06-24 Matt CaswellInstantiate predefined providers just-in-time
2021-05-20 Matt CaswellUpdate documentation for global properties mirroring
2021-05-15 Matt CaswellInit the child providers immediately on creation of...
2021-05-11 Matt CaswellUpdate documentation following addition of OSSL_LIB_CTX...
2021-05-07 Paulidoc: document the new ossl_provider_clear_all_operation...
2021-03-11 Paulirename ossl_provider_forall_loaded to ossl_provider_doa...
2021-03-11 Paulidoc: describe the return from ossl_provider_forall_loaded()
2021-03-11 Matt CaswellUpdate copyright year
2021-02-24 Pauliprovider: add an unquery function to allow providers...
2021-02-23 Pauliprovider: add option to load a provider without disabli...
2020-12-17 Richard LevitteCORE: Separate OSSL_PROVIDER activation from OSSL_PROVI...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-06-19 Matt CaswellAdd the OSSL_PROVIDER_get_capabilities() API function
2020-06-04 Matt CaswellUpdate copyright year
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2019-12-11 Veres LajosFix some typos
2019-10-03 Rich SalzFix errors found by new find-doc-nits
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-08-01 Matt CaswellLoad the config file by default
2019-07-26 Richard LevitteAdd functions to see if a provider is available for...
2019-07-23 Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-02 Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-07-02 Antoine CœurFix Typos
2019-06-24 Richard LevitteEnhance and update the docs of the internal ossl_provid...
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-03-19 Richard LevitteReplumbing: add fallback provider capability
2019-03-12 Richard LevitteReplumbing: Add support for the provider query_operatio...
2019-03-12 Richard LevitteReplumbing: Add an OSSL_PROVIDER iterator with callback
2019-03-11 Richard LevitteAdd documentation