summaryrefslogtreecommitdiffstats
path: root/providers/implementations/macs/siphash_prov.c
AgeCommit message (Expand)Author
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell
2021-03-12update set_ctx_param MAC calls to return 1 for a NULL paramsPauli
2021-02-28prov: update SipHash to new init functionPauli
2021-02-28siphash: Add the C and D round parameters for SipHash.Pauli
2021-02-26prov: support modified gettable/settable ctx calls for MACsPauli
2021-02-18Update copyright yearMatt Caswell
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-03CORE & PROV: clean away OSSL_FUNC_mac_size()Richard Levitte
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-12mac: add FIPS error state handlingPauli
2020-09-03Ensure EVP_MAC_update() passes the length even if it is 0Matt Caswell
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-06-25Update copyright yearMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2019-12-13mac siphash: add missing NULL check on context creationPauli
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-10-10Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte
2019-10-10Providers: move default kdfs,macsRichard Levitte