update DSA docs
authorDr. Stephen Henson <steve@openssl.org>
Thu, 28 Jan 2016 23:57:46 +0000 (23:57 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 1 Feb 2016 15:12:54 +0000 (15:12 +0000)
Reviewed-by: Andy Polyakov <appro@openssl.org>
doc/crypto/d2i_DSAPublicKey.pod

index 549fab0f8ee5a279592c65b88bea846740171b80..7acb329f2382502d5c8107f86623b7e674212745 100644 (file)
@@ -62,11 +62,9 @@ offers no private key security.
 The B<DSA_PUBKEY> functions should be used in preference to the B<DSAPublicKey>
 functions when encoding public keys because they use a standard format.
 
-The B<DSAPublicKey> functions use an non standard format the actual data encoded
-depends on the value of the B<write_params> field of the B<a> key parameter.
-If B<write_params> is zero then only the B<pub_key> field is encoded as an
-B<INTEGER>. If B<write_params> is 1 then a B<SEQUENCE> consisting of the
-B<p>, B<q>, B<g> and B<pub_key> respectively fields are encoded.
+The B<DSAPublicKey> functions use a non standard format which is a
+B<SEQUENCE> consisting of the B<p>, B<q>, B<g> and B<pub_key> fields
+respectively.
 
 The B<DSAPrivateKey> functions also use a non standard structure consisting
 consisting of a SEQUENCE containing the B<p>, B<q>, B<g> and B<pub_key> and