summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_DSAPublicKey.3
diff options
context:
space:
mode:
authorjmc <>2016-12-08 20:22:08 +0000
committerjmc <>2016-12-08 20:22:08 +0000
commitd005c040eb015cb7a531a0fc79d93c52f0a6d3fa (patch)
tree0411b9b0edcf0076b39d1e851620d85309d7e784 /src/lib/libcrypto/man/d2i_DSAPublicKey.3
parent3ecba1647a8d554781f8b0e23e26568b73b993bb (diff)
downloadopenbsd-d005c040eb015cb7a531a0fc79d93c52f0a6d3fa.tar.gz
openbsd-d005c040eb015cb7a531a0fc79d93c52f0a6d3fa.tar.bz2
openbsd-d005c040eb015cb7a531a0fc79d93c52f0a6d3fa.zip
various cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/d2i_DSAPublicKey.3')
-rw-r--r--src/lib/libcrypto/man/d2i_DSAPublicKey.314
1 files changed, 7 insertions, 7 deletions
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 @@
1.\" $OpenBSD: d2i_DSAPublicKey.3,v 1.3 2016/12/05 20:36:19 schwarze Exp $ 1.\" $OpenBSD: d2i_DSAPublicKey.3,v 1.4 2016/12/08 20:22:08 jmc Exp $
2.\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400 2.\" OpenSSL bb9ad09e Jun 6 00:43:05 2016 -0400
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -49,20 +49,20 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: December 5 2016 $ 52.Dd $Mdocdate: December 8 2016 $
53.Dt D2I_DSAPUBLICKEY 3 53.Dt D2I_DSAPUBLICKEY 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
56.Nm d2i_DSAPublicKey , 56.Nm d2i_DSAPublicKey ,
57.Nm i2d_DSAPublicKey , 57.Nm i2d_DSAPublicKey ,
58.Nm d2i_DSAPrivateKey ,
59.Nm i2d_DSAPrivateKey ,
60.Nm d2i_DSA_PUBKEY , 58.Nm d2i_DSA_PUBKEY ,
61.Nm i2d_DSA_PUBKEY , 59.Nm i2d_DSA_PUBKEY ,
62.Nm d2i_DSA_PUBKEY_bio , 60.Nm d2i_DSA_PUBKEY_bio ,
63.Nm d2i_DSA_PUBKEY_fp , 61.Nm d2i_DSA_PUBKEY_fp ,
64.Nm i2d_DSA_PUBKEY_bio , 62.Nm i2d_DSA_PUBKEY_bio ,
65.Nm i2d_DSA_PUBKEY_fp , 63.Nm i2d_DSA_PUBKEY_fp ,
64.Nm d2i_DSAPrivateKey ,
65.Nm i2d_DSAPrivateKey ,
66.Nm d2i_DSAparams , 66.Nm d2i_DSAparams ,
67.Nm i2d_DSAparams , 67.Nm i2d_DSAparams ,
68.Nm d2i_DSA_SIG , 68.Nm d2i_DSA_SIG ,
@@ -183,14 +183,14 @@ and
183.Fn i2d_DSAparams 183.Fn i2d_DSAparams
184decode and encode the DSA parameters using a 184decode and encode the DSA parameters using a
185.Sy Dss-Parms 185.Sy Dss-Parms
186structure as defined in RFC2459. 186structure as defined in RFC 2459.
187.Pp 187.Pp
188.Fn d2i_DSA_SIG 188.Fn d2i_DSA_SIG
189and 189and
190.Fn i2d_DSA_SIG 190.Fn i2d_DSA_SIG
191decode and encode a DSA signature using a 191decode and encode a DSA signature using a
192.Sy Dss-Sig-Value 192.Sy Dss-Sig-Value
193structure as defined in RFC2459. 193structure as defined in RFC 2459.
194.Pp 194.Pp
195The usage of all of these functions is similar to 195The usage of all of these functions is similar to
196.Xr d2i_X509 3 196.Xr d2i_X509 3
@@ -213,7 +213,7 @@ functions when encoding public keys because they use a standard format.
213.Pp 213.Pp
214The 214The
215.Fn *_DSAPublicKey 215.Fn *_DSAPublicKey
216functions use an non-standard format. 216functions use a non-standard format.
217The actual data encoded depends on the value of 217The actual data encoded depends on the value of
218.Fa a->write_params . 218.Fa a->write_params .
219If 219If