From 72580a75afc5fe2268aeab6849e245dde3f21aac Mon Sep 17 00:00:00 2001 From: Vladimir Kotal Date: Wed, 6 Mar 2024 15:37:58 +0100 Subject: [PATCH] document the format of DSA signature Reviewed-by: Tim Hudson Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23762) (cherry picked from commit e7abc2118f5d06d560b6de978f178e4b0537f06b) --- doc/man7/EVP_SIGNATURE-DSA.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/man7/EVP_SIGNATURE-DSA.pod b/doc/man7/EVP_SIGNATURE-DSA.pod index 290041a2dd6..9756fa1ff27 100644 --- a/doc/man7/EVP_SIGNATURE-DSA.pod +++ b/doc/man7/EVP_SIGNATURE-DSA.pod @@ -7,7 +7,9 @@ EVP_SIGNATURE-DSA =head1 DESCRIPTION -Support for computing DSA signatures. +Support for computing DSA signatures. The signature produced with +L is DER encoded ASN.1 in the form described in +RFC 3279, section 2.2.2. See L for information related to DSA keys. =head2 Signature Parameters -- 2.47.2