Constify OSSL_PROVIDER getter input parameters
[openssl.git] / crypto / provider_core.c
2019-05-31 Richard LevitteConstify OSSL_PROVIDER getter input parameters
2019-05-23 Matt CaswellAdd more commentary about recursive Provider intialisat...
2019-05-23 Matt CaswellMake core code available within the FIPS module
2019-05-02 Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-03 Richard LevitteReplumbing: add functionality to set provider parameters
2019-03-19 Richard LevitteReplumbing: Add a mechanism to pre-populate the provide...
2019-03-19 Richard LevitteReplumbing: add fallback provider capability
2019-03-14 Richard Levittecrypto/provider_core.c: correct definition and use...
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-12 Richard LevitteChange OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTR
2019-03-12 Richard LevitteRename 'buffer' to 'data' in OSSL_PARAM
2019-03-11 Richard LevitteReplumbing: Add the Provider Object, type OSSL_PROVIDER