From d005c040eb015cb7a531a0fc79d93c52f0a6d3fa Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 8 Dec 2016 20:22:08 +0000 Subject: various cleanup; --- src/lib/libcrypto/man/d2i_DSAPublicKey.3 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/lib/libcrypto/man/d2i_DSAPublicKey.3') diff --git a/src/lib/libcrypto/man/d2i_DSAPublicKey.3 b/src/lib/libcrypto/man/d2i_DSAPublicKey.3 index 423beb123a..6474e9a46c 100644 --- a/src/lib/libcrypto/man/d2i_DSAPublicKey.3 +++ b/src/lib/libcrypto/man/d2i_DSAPublicKey.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: d2i_DSAPublicKey.3,v 1.3 2016/12/05 20:36:19 schwarze Exp $ +.\" $OpenBSD: d2i_DSAPublicKey.3,v 1.4 2016/12/08 20:22:08 jmc Exp $ .\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson . @@ -49,20 +49,20 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 5 2016 $ +.Dd $Mdocdate: December 8 2016 $ .Dt D2I_DSAPUBLICKEY 3 .Os .Sh NAME .Nm d2i_DSAPublicKey , .Nm i2d_DSAPublicKey , -.Nm d2i_DSAPrivateKey , -.Nm i2d_DSAPrivateKey , .Nm d2i_DSA_PUBKEY , .Nm i2d_DSA_PUBKEY , .Nm d2i_DSA_PUBKEY_bio , .Nm d2i_DSA_PUBKEY_fp , .Nm i2d_DSA_PUBKEY_bio , .Nm i2d_DSA_PUBKEY_fp , +.Nm d2i_DSAPrivateKey , +.Nm i2d_DSAPrivateKey , .Nm d2i_DSAparams , .Nm i2d_DSAparams , .Nm d2i_DSA_SIG , @@ -183,14 +183,14 @@ and .Fn i2d_DSAparams decode and encode the DSA parameters using a .Sy Dss-Parms -structure as defined in RFC2459. +structure as defined in RFC 2459. .Pp .Fn d2i_DSA_SIG and .Fn i2d_DSA_SIG decode and encode a DSA signature using a .Sy Dss-Sig-Value -structure as defined in RFC2459. +structure as defined in RFC 2459. .Pp The usage of all of these functions is similar to .Xr d2i_X509 3 @@ -213,7 +213,7 @@ functions when encoding public keys because they use a standard format. .Pp The .Fn *_DSAPublicKey -functions use an non-standard format. +functions use a non-standard format. The actual data encoded depends on the value of .Fa a->write_params . If -- cgit v1.2.3-55-g6feb