Ensure EVP_MD_CTX_md returns the EVP_MD originally used
[openssl.git] / crypto / provider_core.c
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