summaryrefslogtreecommitdiffstats
path: root/providers/implementations/macs/kmac_prov.c
AgeCommit message (Expand)Author
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-25mac: add a getter for the MAC block size.Pauli
2021-05-05Fix KMAC bounds checks.Shane Lontis
2021-04-13Fix windows compiler error in kmac_prov.cShane Lontis
2021-04-12kmac: fix customistation string overflow bugPauli
2021-03-12update set_ctx_param MAC calls to return 1 for a NULL paramsPauli
2021-02-28prov: update kmac to have additional init argumentsPauli
2021-02-26prov: support modified gettable/settable ctx calls for MACsPauli
2021-02-18Update copyright yearMatt Caswell
2021-02-11Various cleanup of PROV_R_ reason codesTomas Mraz
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-11-11Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-12mac: add FIPS error state handlingPauli
2020-08-12provider: add the unused paramater tag to the gettable and settable functionsPauli
2020-08-07mac: add some consistency to setting the XXX_final output length.Pauli
2020-08-07gettables: provider changes to pass the provider context.Pauli
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
2020-05-15Update copyright yearMatt Caswell
2020-04-30coverity 1462564 Improper use of negative valuePauli
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 common exchange,kdfs,keymgmt,macs,signatureRichard Levitte