From: Vladimir Kotal Date: Wed, 6 Mar 2024 14:37:58 +0000 (+0100) Subject: document the format of DSA signature X-Git-Tag: openssl-3.1.8~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b465bb052fff206fad3d33d1047078699d9dd601;p=thirdparty%2Fopenssl.git 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) --- diff --git a/doc/man7/EVP_SIGNATURE-DSA.pod b/doc/man7/EVP_SIGNATURE-DSA.pod index 5a42d6b1cd2..326a86ee0b4 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