]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
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)
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

index 2c0f0073a4fae4550a170e179d8de175b4576dd0..62730668f6078fbdb4c2183a7ebcd5969a0fd376 100644 (file)
@@ -3,7 +3,7 @@
 =head1 NAME
 
 EVP_SIGNATURE-DSA
-- The B<EVP_PKEY> DSA signature implementation
+- The EVP_PKEY B<DSA> signature implementation
 
 =head1 DESCRIPTION
 
index bc75ed140814f9262f2777c3538b8aed80e09a15..3cd8c3035324d41beba5318f3ab0f91d095e8e12 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-EVP_SIGNATURE-ECDSA - The EVP_PKEY ECDSA signature implementation.
+EVP_SIGNATURE-ECDSA - The EVP_PKEY B<ECDSA> signature implementation
 
 =head1 DESCRIPTION
 
index 559968664e1a909d34a5cd0afa92627ab8f71e66..489642b1b088e3fd877c09e2d7ac2f5f6f882b5e 100644 (file)
@@ -6,7 +6,7 @@ EVP_SIGNATURE-ED25519,
 EVP_SIGNATURE-ED448,
 Ed25519,
 Ed448
-- EVP_PKEY Ed25519 and Ed448 support
+- The EVP_PKEY B<Ed25519> and B<Ed448> signature implementations
 
 =head1 DESCRIPTION
 
index 6628d9ebc2bcfecd474074ddc932741b3340a711..ca6ee914ce5a741faf9e44958655378888555cc2 100644 (file)
@@ -4,7 +4,7 @@
 
 EVP_SIGNATURE-HMAC, EVP_SIGNATURE-Siphash, EVP_SIGNATURE-Poly1305,
 EVP_SIGNATURE-CMAC
-- The legacy B<EVP_PKEY> MAC signature implementations
+- The legacy EVP_PKEY B<MAC> signature implementations
 
 =head1 DESCRIPTION
 
index d6665a0b5d2c4cda35ee1ce6f212b34f15f1688a..bd936bfbfe848048da739aada97005e8651f7a34 100644 (file)
@@ -3,7 +3,7 @@
 =head1 NAME
 
 EVP_SIGNATURE-LMS
-- The EVP_PKEY Leighton-Micali Signature (LMS) implementation
+- The EVP_PKEY B<LMS> signature implementation
 
 =head1 DESCRIPTION
 
index bad325f06aaf0236ac2721f9713946efd03196ca..57da296fc93b10e10e7c0b8b4ed99b4ae266c635 100644 (file)
@@ -3,8 +3,8 @@
 =head1 NAME
 
 EVP_SIGNATURE-ML-DSA,
-EVP_SIGNATURE-ML-DSA-44, EVP_SIGNATURE-ML-DSA-65, EVP_SIGNATURE-ML-DSA-87,
-- EVP_SIGNATURE ML-DSA support
+EVP_SIGNATURE-ML-DSA-44, EVP_SIGNATURE-ML-DSA-65, EVP_SIGNATURE-ML-DSA-87
+- The EVP_PKEY B<ML-DSA> signature implementations
 
 =head1 DESCRIPTION
 
index 5dc27ac2838e6b857df890104f30390660f95e62..fa082f48de0777b5da6c143fbfa37d01b352cb8c 100644 (file)
@@ -3,7 +3,7 @@
 =head1 NAME
 
 EVP_SIGNATURE-RSA
-- The EVP_PKEY RSA signature implementation
+- The EVP_PKEY B<RSA> signature implementation
 
 =head1 DESCRIPTION
 
index cde10f3c2f90580118401d1cca43dae6cc79f214..46ee9e2de704b8fce4b9b79980ba8a0197416e7f 100644 (file)
@@ -9,7 +9,7 @@ EVP_SIGNATURE-SLH-DSA-SHA2-256s, EVP_SIGNATURE-SLH-DSA-SHA2-256f,
 EVP_SIGNATURE-SLH-DSA-SHAKE-128s, EVP_SIGNATURE-SLH-DSA-SHAKE-128f,
 EVP_SIGNATURE-SLH-DSA-SHAKE-192s, EVP_SIGNATURE-SLH-DSA-SHAKE-192f,
 EVP_SIGNATURE-SLH-DSA-SHAKE-256s, EVP_SIGNATURE-SLH-DSA-SHAKE-256f
-- EVP_PKEY SLH-DSA support
+- The EVP_PKEY B<SLH-DSA> signature implementations
 
 =head1 DESCRIPTION