summaryrefslogtreecommitdiffstats
path: root/providers/implementations/macs
AgeCommit message (Expand)Author
2020-09-17Allow zero-length secret for EVP_KDF APIJon Spillett
2020-09-12mac: add FIPS error state handlingPauli
2020-09-03Ensure EVP_MAC_update() passes the length even if it is 0Matt Caswell
2020-09-03Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell
2020-09-03Start using the provider side TLS HMAC implementationMatt Caswell
2020-09-03Add an HMAC implementation that is TLS awareMatt Caswell
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-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
2020-05-15Update copyright yearMatt Caswell
2020-04-30coverity 1462564 Improper use of negative valuePauli
2020-04-23Update copyright yearMatt Caswell
2020-01-29Deprecate the low level HMAC functionsPauli
2020-01-29Deprecate the low level CMAC functionsPauli
2019-12-13mac poly1305: add missing NULL check in new function.Pauli
2019-12-13mac siphash: add missing NULL check on context creationPauli
2019-10-16Add ChaCha related ciphers to default providerShane Lontis
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 all digestsRichard Levitte
2019-10-10Providers: move default kdfs,macsRichard Levitte
2019-10-10Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte