Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhere
[openssl.git] / include / internal / provider.h
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-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-05-31 Richard LevitteConstify OSSL_PROVIDER getter input parameters
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-03 Richard LevitteReplumbing: add a configuration module for providers
2019-04-03 Richard LevitteReplumbing: add functionality to set provider parameters
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 LevitteReplumbing: Add the Provider Object, type OSSL_PROVIDER