summaryrefslogtreecommitdiff
path: root/providers/implementations/macs/siphash_prov.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* siphash: Properly set mac size in sipcopyTomas Mraz2022-04-271-4/+6
* Avoid undefined behavior of provided macs on EVP_MAC reinitializationTomas Mraz2022-04-191-2/+10
* Fix a TODO(3.0) in the siphash codeMatt Caswell2021-03-171-6/+0
* update set_ctx_param MAC calls to return 1 for a NULL paramsPauli2021-03-121-0/+3
* prov: update SipHash to new init functionPauli2021-02-281-32/+63
* siphash: Add the C and D round parameters for SipHash.Pauli2021-02-281-3/+16
* prov: support modified gettable/settable ctx calls for MACsPauli2021-02-261-4/+7
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* CORE & PROV: clean away OSSL_FUNC_mac_size()Richard Levitte2021-02-031-2/+1
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+1
* mac: add FIPS error state handlingPauli2020-09-121-4/+11
* Ensure EVP_MAC_update() passes the length even if it is 0Matt Caswell2020-09-031-0/+3
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-1/+1
* gettables: provider changes to pass the provider context.Pauli2020-08-071-2/+2
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-11/+11
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* mac siphash: add missing NULL check on context creationPauli2019-12-131-1/+2
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-101-1/+1
* Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte2019-10-101-1/+1
* Providers: move default kdfs,macsRichard Levitte2019-10-101-0/+173