openssl/providers/implementations/macs
Pauli 13eaa4ecaa kmac: fix customistation string overflow bug
Previously there was an off by two error allowing a stack buffer overrun.
Avoided this by allocating a correct sized buffer on the stack.  A side effect
is that the maximum size of the customisation string can be increased.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14810)
2021-04-12 14:59:09 +10:00
..
blake2_mac_impl.c
blake2b_mac.c
blake2s_mac.c
build.info
cmac_prov.c
gmac_prov.c
hmac_prov.c
kmac_prov.c kmac: fix customistation string overflow bug 2021-04-12 14:59:09 +10:00
poly1305_prov.c
siphash_prov.c Fix a TODO(3.0) in the siphash code 2021-03-17 10:16:21 +10:00