openssl/providers/implementations/macs
Matt Caswell 0bc193dd05 Ensure EVP_MAC_update() passes the length even if it is 0
We leave it up to the EVP_MAC implemenations what to do with an update
where the data length is 0. In the TLS HMAC implemenation this is still
signficant.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12732)
2020-09-03 09:40:52 +01:00
..
blake2_mac_impl.c Ensure EVP_MAC_update() passes the length even if it is 0 2020-09-03 09:40:52 +01:00
blake2b_mac.c
blake2s_mac.c
build.info
cmac_prov.c provider: add the unused paramater tag to the gettable and settable functions 2020-08-12 08:43:37 +10:00
gmac_prov.c Ensure EVP_MAC_update() passes the length even if it is 0 2020-09-03 09:40:52 +01:00
hmac_prov.c Make ssl3_cbc_digest_record() use the real data_size 2020-09-03 09:40:52 +01:00
kmac_prov.c provider: add the unused paramater tag to the gettable and settable functions 2020-08-12 08:43:37 +10:00
poly1305_prov.c Ensure EVP_MAC_update() passes the length even if it is 0 2020-09-03 09:40:52 +01:00
siphash_prov.c Ensure EVP_MAC_update() passes the length even if it is 0 2020-09-03 09:40:52 +01:00