summaryrefslogtreecommitdiffstats
path: root/providers/implementations/macs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-013-6/+6
* mac: add a getter for the MAC block size.Pauli2021-05-256-18/+49
* Drop libimplementations.aRichard Levitte2021-05-071-9/+7
* Fix KMAC bounds checks.Shane Lontis2021-05-051-35/+50
* Fix windows compiler error in kmac_prov.cShane Lontis2021-04-131-2/+6
* kmac: fix customistation string overflow bugPauli2021-04-121-45/+79
* 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-115-0/+15
* PROV: use EVP_CIPHER_CTX_set_params() rather than EVP_CIPHER_CTX_ctrl()Richard Levitte2021-03-111-3/+4
* Update copyright yearMatt Caswell2021-03-113-3/+3
* update poly1305 to have additional init argumentsPauli2021-02-281-12/+25
* update BLAKE2 to have additional init argumentsPauli2021-02-281-19/+26
* prov: update kmac to have additional init argumentsPauli2021-02-281-18/+28
* prov: update hmac to have additional init argumentsPauli2021-02-281-8/+25
* prov: update gmac to have additional init argumentsPauli2021-02-281-12/+29
* prov: update cmac to have additional init argumentsPauli2021-02-281-17/+17
* 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-267-14/+27
* Update copyright yearMatt Caswell2021-02-186-6/+6
* Fix external symbols in the provider digest implementations.Shane Lontis2021-02-182-16/+16
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-112-3/+3
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-115-5/+5
* Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis2021-02-101-10/+28
* CORE & PROV: clean away OSSL_FUNC_mac_size()Richard Levitte2021-02-036-30/+20
* Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-1/+1
* Update copyright yearMatt Caswell2020-10-152-2/+2
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-154-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-153-3/+3
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-298-9/+9
* Allow zero-length secret for EVP_KDF APIJon Spillett2020-09-171-2/+2
* mac: add FIPS error state handlingPauli2020-09-127-17/+100
* Ensure EVP_MAC_update() passes the length even if it is 0Matt Caswell2020-09-034-0/+12
* Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell2020-09-031-1/+1
* Start using the provider side TLS HMAC implementationMatt Caswell2020-09-031-4/+4
* Add an HMAC implementation that is TLS awareMatt Caswell2020-09-031-3/+88
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-127-11/+11
* mac: add some consistency to setting the XXX_final output length.Pauli2020-08-074-4/+4
* gettables: provider changes to pass the provider context.Pauli2020-08-077-14/+14
* Update copyright yearMatt Caswell2020-06-254-4/+4
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-247-73/+73
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-247-7/+7
* Update copyright yearMatt Caswell2020-05-151-1/+1
* coverity 1462564 Improper use of negative valuePauli2020-04-301-0/+2
* Update copyright yearMatt Caswell2020-04-232-2/+2
* Deprecate the low level HMAC functionsPauli2020-01-291-0/+6
* Deprecate the low level CMAC functionsPauli2020-01-291-0/+6
* mac poly1305: add missing NULL check in new function.Pauli2019-12-131-1/+2
* mac siphash: add missing NULL check on context creationPauli2019-12-131-1/+2
* Add ChaCha related ciphers to default providerShane Lontis2019-10-161-6/+0