diff options
author | jmc <> | 2016-12-08 20:22:08 +0000 |
---|---|---|
committer | jmc <> | 2016-12-08 20:22:08 +0000 |
commit | d005c040eb015cb7a531a0fc79d93c52f0a6d3fa (patch) | |
tree | 0411b9b0edcf0076b39d1e851620d85309d7e784 /src/lib/libcrypto/man/d2i_DSAPublicKey.3 | |
parent | 3ecba1647a8d554781f8b0e23e26568b73b993bb (diff) | |
download | openbsd-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.3 | 14 |
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 |
184 | decode and encode the DSA parameters using a | 184 | decode and encode the DSA parameters using a |
185 | .Sy Dss-Parms | 185 | .Sy Dss-Parms |
186 | structure as defined in RFC2459. | 186 | structure as defined in RFC 2459. |
187 | .Pp | 187 | .Pp |
188 | .Fn d2i_DSA_SIG | 188 | .Fn d2i_DSA_SIG |
189 | and | 189 | and |
190 | .Fn i2d_DSA_SIG | 190 | .Fn i2d_DSA_SIG |
191 | decode and encode a DSA signature using a | 191 | decode and encode a DSA signature using a |
192 | .Sy Dss-Sig-Value | 192 | .Sy Dss-Sig-Value |
193 | structure as defined in RFC2459. | 193 | structure as defined in RFC 2459. |
194 | .Pp | 194 | .Pp |
195 | The usage of all of these functions is similar to | 195 | The 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 |
214 | The | 214 | The |
215 | .Fn *_DSAPublicKey | 215 | .Fn *_DSAPublicKey |
216 | functions use an non-standard format. | 216 | functions use a non-standard format. |
217 | The actual data encoded depends on the value of | 217 | The actual data encoded depends on the value of |
218 | .Fa a->write_params . | 218 | .Fa a->write_params . |
219 | If | 219 | If |