prov: add extra params argument to KDF implementations
[openssl.git] / providers / implementations / keymgmt / mac_legacy_kmgmt.c
2021-02-18 Matt CaswellUpdate copyright year
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2020-11-18 Paulirename mac_key_* to ossl_mac_key_*
2020-10-22 Nicola TuveriConstify OSSL_FUNC_keymgmt_has()
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-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-12 Paulikeymgmt: add FIPS error state handling
2020-08-29 Matt CaswellInclude "legacy" in the name of the various MAC bridge...
2020-08-29 Matt CaswellImprove code reuse in the provider MAC bridge
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-29 Matt CaswellImplement key management for the EVP_PKEY MAC to EVP_MA...