mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
c9ddc5af51
When the context is reinitialized, i.e. the same key should be used we must properly reinitialize the underlying implementation. However in POLY1305 case it does not make sense as this special MAC should not reuse keys. We fail with this provided implementation when reinitialization happens. Fixes #17811 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18100) |
||
---|---|---|
.. | ||
blake2_mac_impl.c | ||
blake2b_mac.c | ||
blake2s_mac.c | ||
build.info | ||
cmac_prov.c | ||
gmac_prov.c | ||
hmac_prov.c | ||
kmac_prov.c | ||
poly1305_prov.c | ||
siphash_prov.c |