]> git.ipfire.org Git - thirdparty/openssl.git/commit
DOCS: Fix provider-mac.pod and the docs of our implementations
authorRichard Levitte <levitte@openssl.org>
Mon, 1 Mar 2021 17:46:20 +0000 (18:46 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 3 Mar 2021 13:08:00 +0000 (14:08 +0100)
commit8593ff00cc66e330228164ae5422f80ef93ed35d
tree933aa54bfa42767070606d99a845ebf0d2cc5524
parentcb54d1b9d7f0d386aa22550d8b12ecd43e248a3f
DOCS: Fix provider-mac.pod and the docs of our implementations

The idea being that doc/man7/provider-mac.pod is for provider authors,
while provider users find the documentation for each implementation in
doc/man7/EVP_MAC-*.pod, the documentation of parameters wasn't quite
aligned.  This change re-arranges the parameter documentation to be
more aligned with this idea.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14380)
doc/man7/EVP_MAC-BLAKE2.pod
doc/man7/EVP_MAC-CMAC.pod
doc/man7/EVP_MAC-GMAC.pod
doc/man7/EVP_MAC-HMAC.pod
doc/man7/EVP_MAC-KMAC.pod
doc/man7/EVP_MAC-Poly1305.pod
doc/man7/EVP_MAC-Siphash.pod
doc/man7/provider-mac.pod