prov: add extra params argument to KDF implementations
[openssl.git] / providers / implementations / macs / hmac_prov.c
2021-02-28 Pauliprov: update hmac to have additional init arguments
2021-02-26 Pauliprov: support modified gettable/settable ctx calls...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-10 Shane LontisReplace MAC flags OSSL_MAC_PARAM_FLAGS with separate...
2021-02-03 Richard LevitteCORE & PROV: clean away OSSL_FUNC_mac_size()
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-17 Jon SpillettAllow zero-length secret for EVP_KDF API
2020-09-12 Paulimac: add FIPS error state handling
2020-09-03 Matt CaswellMake ssl3_cbc_digest_record() use the real data_size
2020-09-03 Matt CaswellStart using the provider side TLS HMAC implementation
2020-09-03 Matt CaswellAdd an HMAC implementation that is TLS aware
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-06 Paulimac: add some consistency to setting the XXX_final...
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-04-23 Matt CaswellUpdate copyright year
2020-01-29 PauliDeprecate the low level HMAC functions
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteProviders: move common exchange,kdfs,keymgmt,macs,signature