summaryrefslogtreecommitdiffstats
path: root/doc/man7/EVP_MAC-HMAC.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-08-27 12:52:17 +0100
committerMatt Caswell <matt@openssl.org>2020-09-03 09:40:52 +0100
commit820d87bc98c254bb36c46891f3fe4e55bd47f2e7 (patch)
tree01f3ab78dca0c68fd5b677e95bd2b7dc55352090 /doc/man7/EVP_MAC-HMAC.pod
parentf27138930528e0429a88c8022276e774caa9dd50 (diff)
Update the EVP_PKEY MAC documentation
Include more information about the new HMAC parameter. Also fill in some missing documentation about the EVP_PKEY MAC bridge. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12732)
Diffstat (limited to 'doc/man7/EVP_MAC-HMAC.pod')
-rw-r--r--doc/man7/EVP_MAC-HMAC.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man7/EVP_MAC-HMAC.pod b/doc/man7/EVP_MAC-HMAC.pod
index 7f0ec35b43..45ccd17211 100644
--- a/doc/man7/EVP_MAC-HMAC.pod
+++ b/doc/man7/EVP_MAC-HMAC.pod
@@ -36,6 +36,8 @@ The following parameter can be set with EVP_MAC_CTX_set_params():
=item "properties" (B<OSSL_MAC_PARAM_PROPERTIES>) <UTF8 string>
+=item "tls-data-size" (B<OSSL_MAC_PARAM_TLS_DATA_SIZE>) <unsigned integer>
+
=back
The "flags" parameter is passed directly to HMAC_CTX_set_flags().