diff options
Diffstat (limited to 'upstream/archlinux/man3/EVP_MAC.3ssl')
-rw-r--r-- | upstream/archlinux/man3/EVP_MAC.3ssl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/upstream/archlinux/man3/EVP_MAC.3ssl b/upstream/archlinux/man3/EVP_MAC.3ssl index 544b4191..b7e7c597 100644 --- a/upstream/archlinux/man3/EVP_MAC.3ssl +++ b/upstream/archlinux/man3/EVP_MAC.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "EVP_MAC 3ssl" -.TH EVP_MAC 3ssl 2024-01-30 3.2.1 OpenSSL +.TH EVP_MAC 3ssl 2024-04-28 3.3.0 OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -327,13 +327,15 @@ This option is used by KMAC. A simple flag to set the MAC digest to not initialise the implementation specific data. The value 0 or 1 is expected. .Sp -This option is used by HMAC. +This option is deprecated and will be removed in a future release. +The option may be set, but is ignored. .IP """digest-oneshot"" (\fBOSSL_MAC_PARAM_DIGEST_ONESHOT\fR) <integer>" 4 .IX Item """digest-oneshot"" (OSSL_MAC_PARAM_DIGEST_ONESHOT) <integer>" A simple flag to set the MAC digest to be a oneshot operation. The value 0 or 1 is expected. .Sp -This option is used by HMAC. +This option is deprecated and will be removed in a future release. +The option may be set, but is ignored. .IP """properties"" (\fBOSSL_MAC_PARAM_PROPERTIES\fR) <UTF8 string>" 4 .IX Item """properties"" (OSSL_MAC_PARAM_PROPERTIES) <UTF8 string>" .PD 0 |