From 0c787647ded59a81311d905024bc93df5d3a061c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 28 Jan 2016 23:57:46 +0000 Subject: [PATCH] update DSA docs Reviewed-by: Andy Polyakov --- doc/crypto/d2i_DSAPublicKey.pod | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/crypto/d2i_DSAPublicKey.pod b/doc/crypto/d2i_DSAPublicKey.pod index 549fab0f8e..7acb329f23 100644 --- a/doc/crypto/d2i_DSAPublicKey.pod +++ b/doc/crypto/d2i_DSAPublicKey.pod @@ -62,11 +62,9 @@ offers no private key security. The B functions should be used in preference to the B functions when encoding public keys because they use a standard format. -The B functions use an non standard format the actual data encoded -depends on the value of the B field of the B key parameter. -If B is zero then only the B field is encoded as an -B. If B is 1 then a B consisting of the -B

, B, B and B respectively fields are encoded. +The B functions use a non standard format which is a +B consisting of the B

, B, B and B fields +respectively. The B functions also use a non standard structure consisting consisting of a SEQUENCE containing the B

, B, B and B and -- GitLab