X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2Fd2i_DSAPublicKey.pod;h=7acb329f2382502d5c8107f86623b7e674212745;hp=e999376492401b8001f916759eb31cfcf93fe71d;hb=0c787647ded59a81311d905024bc93df5d3a061c;hpb=aafbe1ccd28439d0eb484f5b889272cbc71d62b5 diff --git a/doc/crypto/d2i_DSAPublicKey.pod b/doc/crypto/d2i_DSAPublicKey.pod index e999376492..7acb329f23 100644 --- a/doc/crypto/d2i_DSAPublicKey.pod +++ b/doc/crypto/d2i_DSAPublicKey.pod @@ -49,7 +49,7 @@ d2i_DSA_SIG(), i2d_DSA_SIG() decode and encode a DSA signature using a B structure as defined in RFC2459. The usage of all of these functions is similar to the d2i_X509() and -i2d_X509() described in the L manual page. +i2d_X509() described in the L manual page. =head1 NOTES @@ -62,19 +62,17 @@ 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 consiting +The B functions also use a non standard structure consisting consisting of a SEQUENCE containing the B

, B, B and B and B fields respectively. =head1 SEE ALSO -L +L =head1 HISTORY