$NetBSD: EVP_SIGNATURE-HMAC.7,v 1.6 2025/04/16 15:23:15 christos Exp $ -*- mode: troff; coding: utf-8 -*- Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) Standard preamble: ========================================================================..
..
..
\*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.. ds C` ""
. ds C' ""
'br\}
. ds C`
. ds C'
'br\}
Escape single quotes in literal strings from groff's Unicode transform. If the F register is >0, we'll generate index entries on stderr for titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index entries marked with X<> in POD. Of course, you'll have to process the output yourself in some meaningful fashion. Avoid warning from groff about undefined register 'F'...
.nr rF 0
. if \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. if !\nF==2 \{\
. nr % 0
. nr F 2
. \}
. \}
.\}
.rr rF
======================================================================== Title "EVP_SIGNATURE-HMAC 7" EVP_SIGNATURE-HMAC 7 2025-02-11 3.0.16 OpenSSL
For nroff, turn off justification. Always turn off hyphenation; it makes way too many mistakes in technical documents..nh
NAME
EVP_SIGNATURE-HMAC, EVP_SIGNATURE-Siphash, EVP_SIGNATURE-Poly1305,
EVP_SIGNATURE-CMAC
\- The legacy EVP_PKEY MAC signature implementations
DESCRIPTION
Header "DESCRIPTION" The algorithms described here have legacy support for creating MACs using
\fBEVP_DigestSignInit\|(3) and related functions. This is not the preferred way of
creating MACs. Instead you should use the newer
EVP_MAC_init\|(3) functions.
This mechanism is provided for backwards compatibility with older versions of
OpenSSL.
The same signature parameters can be set using EVP_PKEY_CTX_set_params() as can
be set via EVP_MAC_CTX_set_params() for the underlying EVP_MAC. See
\fBEVP_MAC-HMAC\|(7), EVP_MAC-Siphash\|(7), EVP_MAC-Poly1305\|(7) and
\fBEVP_MAC-CMAC\|(7) for details.
.Vb 3
See L<EVP_PKEY-HMAC(7)>, L<EVP_PKEY-Siphash(7)>, L<EVP_PKEY-Poly1305(7)> or
L<EVP_PKEY-CMAC(7)> for details about parameters that are supported during the
creation of an EVP_PKEY.
.Ve
"SEE ALSO"
Header "SEE ALSO" \fBEVP_MAC_init\|(3),
\fBEVP_DigestSignInit\|(3),
\fBEVP_PKEY-HMAC\|(7),
\fBEVP_PKEY-Siphash\|(7),
\fBEVP_PKEY-Poly1305\|(7),
\fBEVP_PKEY-CMAC\|(7),
\fBEVP_MAC-HMAC\|(7),
\fBEVP_MAC-Siphash\|(7),
\fBEVP_MAC-Poly1305\|(7),
\fBEVP_MAC-CMAC\|(7),
\fBprovider-signature\|(7),
COPYRIGHT
Header "COPYRIGHT" Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
<https://www.openssl.org/source/license.html>.