]> git.ipfire.org Git - thirdparty/openssl.git/commit
doc: fix NAME section formatting in EVP_SIGNATURE documentation
authorkovan <xaum.io@gmail.com>
Tue, 27 Jan 2026 10:22:54 +0000 (11:22 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 13 Feb 2026 15:09:45 +0000 (16:09 +0100)
commitab021a41c98af6b9e3de46ada0535bad83bdc925
treeed1926d9f88e8925224d657f7531d35b41b90e57
parent7b6c638dd516a595196a3f715422427755e7c47a
doc: fix NAME section formatting in EVP_SIGNATURE documentation

Ensure consistent formatting in NAME sections across all EVP_SIGNATURE
documentation pages. The algorithm name should be bold (B<ALG>) rather
than EVP_PKEY, following the pattern:
"- The EVP_PKEY B<ALG> signature implementation"

Fixes #29328

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
MergeDate: Fri Feb 13 15:09:54 2026
(Merged from https://github.com/openssl/openssl/pull/29789)
doc/man7/EVP_SIGNATURE-DSA.pod
doc/man7/EVP_SIGNATURE-ECDSA.pod
doc/man7/EVP_SIGNATURE-ED25519.pod
doc/man7/EVP_SIGNATURE-HMAC.pod
doc/man7/EVP_SIGNATURE-LMS.pod
doc/man7/EVP_SIGNATURE-ML-DSA.pod
doc/man7/EVP_SIGNATURE-RSA.pod
doc/man7/EVP_SIGNATURE-SLH-DSA.pod