]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
document the format of DSA signature
authorVladimir Kotal <vlada@kotalovi.cz>
Wed, 6 Mar 2024 14:37:58 +0000 (15:37 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 23 Sep 2024 20:37:41 +0000 (22:37 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23762)

(cherry picked from commit e7abc2118f5d06d560b6de978f178e4b0537f06b)

doc/man7/EVP_SIGNATURE-DSA.pod

index 5a42d6b1cd224ff4553a766bf91d5871ccd041b7..326a86ee0b42cd0394289dc0a73064cf202bee42 100644 (file)
@@ -7,7 +7,9 @@ EVP_SIGNATURE-DSA
 
 =head1 DESCRIPTION
 
-Support for computing DSA signatures.
+Support for computing DSA signatures. The signature produced with
+L<EVP_PKEY_sign(3)> is DER encoded ASN.1 in the form described in
+RFC 3279, section 2.2.2.
 See L<EVP_PKEY-DSA(7)> for information related to DSA keys.
 
 =head2 Signature Parameters