diff options
author | slontis <shane.lontis@oracle.com> | 2022-12-07 23:16:03 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2022-12-16 18:38:51 +0100 |
commit | d1ebd99397e18de367918c201c25c389f1f07005 (patch) | |
tree | 92b8a3c0030ebe57a9bd434e78ada919668597ec /doc/man7 | |
parent | Update pyca-cryptography submodule to fix CI (diff) | |
download | openssl-d1ebd99397e18de367918c201c25c389f1f07005.tar.xz openssl-d1ebd99397e18de367918c201c25c389f1f07005.zip |
Update HMAC() documentation.
Fixes #19782
Clarify that EVP_Q_MAC() can be used as an alternative that allows
setting of the libctx.
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19855)
Diffstat (limited to 'doc/man7')
-rw-r--r-- | doc/man7/migration_guide.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man7/migration_guide.pod b/doc/man7/migration_guide.pod index d8c9b98107..75c8ed700c 100644 --- a/doc/man7/migration_guide.pod +++ b/doc/man7/migration_guide.pod @@ -1074,7 +1074,8 @@ See L<EVP_MAC(3)>, L<EVP_MAC-HMAC(7)>, L<EVP_MAC-CMAC(7)>, L<EVP_MAC-GMAC(7)>, L<EVP_MAC-KMAC(7)>, L<EVP_MAC-BLAKE2(7)>, L<EVP_MAC-Poly1305(7)> and L<EVP_MAC-Siphash(7)> for additional information. -Note that the one-shot method HMAC() is still available for compatibility purposes. +Note that the one-shot method HMAC() is still available for compatibility purposes, +but this can also be replaced by using EVP_Q_MAC if a library context is required. =head4 Deprecated low-level validation functions |