summaryrefslogtreecommitdiffstats
path: root/providers/implementations/macs
AgeCommit message (Expand)Author
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-02-08Rationalize FIPS sourcesTomas Mraz
2022-12-16Add KMAC support to KBKDF.slontis
2022-11-11cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-08-18Move protocol version specific code into separate filesMatt Caswell
2022-06-10Fix a use after free in error handling of hmac_dupBernd Edlinger
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-04-29poly1305: Properly copy the whole context on dupTomas Mraz
2022-04-27siphash: Properly set mac size in sipcopyTomas Mraz
2022-04-19Avoid undefined behavior of provided macs on EVP_MAC reinitializationTomas Mraz
2021-07-06fips module header inclusion fine-tunningTomas Mraz
2021-06-03Fix errors found by parfait static analyser.Shane Lontis
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-07Drop libimplementations.aRichard Levitte
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-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-03-11PROV: use EVP_CIPHER_CTX_set_params() rather than EVP_CIPHER_CTX_ctrl()Richard Levitte
2021-03-11Update copyright yearMatt Caswell
2021-02-28update poly1305 to have additional init argumentsPauli
2021-02-28update BLAKE2 to have additional init argumentsPauli
2021-02-28prov: update kmac to have additional init argumentsPauli
2021-02-28prov: update hmac to have additional init argumentsPauli
2021-02-28prov: update gmac to have additional init argumentsPauli
2021-02-28prov: update cmac to have additional init argumentsPauli
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-18Fix external symbols in the provider digest implementations.Shane Lontis
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-10Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis
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-15Update copyright yearMatt Caswell
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
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