diff options
Diffstat (limited to 'src/lib/libcrypto/man/d2i_X509_NAME.3')
-rw-r--r-- | src/lib/libcrypto/man/d2i_X509_NAME.3 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/d2i_X509_NAME.3 b/src/lib/libcrypto/man/d2i_X509_NAME.3 index 0dacb648c7..d3c085784e 100644 --- a/src/lib/libcrypto/man/d2i_X509_NAME.3 +++ b/src/lib/libcrypto/man/d2i_X509_NAME.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: d2i_X509_NAME.3,v 1.6 2016/12/14 17:26:35 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_X509_NAME.3,v 1.7 2016/12/25 22:15:10 schwarze Exp $ |
2 | .\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 | 2 | .\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 4 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
@@ -15,7 +15,7 @@ | |||
15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | .\" | 17 | .\" |
18 | .Dd $Mdocdate: December 14 2016 $ | 18 | .Dd $Mdocdate: December 25 2016 $ |
19 | .Dt D2I_X509_NAME 3 | 19 | .Dt D2I_X509_NAME 3 |
20 | .Os | 20 | .Os |
21 | .Sh NAME | 21 | .Sh NAME |
@@ -67,7 +67,9 @@ decodes | |||
67 | .Fa length | 67 | .Fa length |
68 | bytes of the DER-encoded string | 68 | bytes of the DER-encoded string |
69 | .Pf * Fa in | 69 | .Pf * Fa in |
70 | and stores the resulting Name object in | 70 | and stores the resulting |
71 | .Vt Name | ||
72 | object in | ||
71 | .Pf * Fa name . | 73 | .Pf * Fa name . |
72 | .Pp | 74 | .Pp |
73 | .Fn i2d_X509_NAME | 75 | .Fn i2d_X509_NAME |
@@ -89,7 +91,9 @@ decodes | |||
89 | .Fa length | 91 | .Fa length |
90 | bytes of the DER-encoded string | 92 | bytes of the DER-encoded string |
91 | .Pf * Fa in | 93 | .Pf * Fa in |
92 | and stores the resulting RelativeDistinguishedName object in | 94 | and stores the resulting |
95 | .Vt RelativeDistinguishedName | ||
96 | object in | ||
93 | .Pf * Fa ne . | 97 | .Pf * Fa ne . |
94 | .Pp | 98 | .Pp |
95 | .Fn i2d_X509_NAME_ENTRY | 99 | .Fn i2d_X509_NAME_ENTRY |