]> git.ipfire.org Git - thirdparty/openssl.git/commit
Update Docs for EVP_MAC
authorNeil Horman <nhorman@openssl.org>
Mon, 8 Jan 2024 19:29:52 +0000 (14:29 -0500)
committerTomas Mraz <tomas@openssl.org>
Thu, 11 Jan 2024 10:12:52 +0000 (11:12 +0100)
commit41b16c82933d9d30f29b4c5bdfc61accf5cd096b
treec752edaa6a9ad4f32022fe138c7f3372394fe74b
parent5588b2db4ada64ffad31ba187fe4ca598706b86d
Update Docs for EVP_MAC

For GMAC/CMAC, its not possible to re-init the algorithm without
explicitly passing an OSSL_MAC_PARAM_IV to each init call, as it is
not possible to extract the IV value from the prior init call (be it
explicitly passed or auto generated).  As such, document the fact that
re-initalization requires passing an IV parameter

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23235)

(cherry picked from commit 7c1d533a512181b13de3bc0b7fa2fd8c481032d3)
doc/man3/EVP_MAC.pod