Deleted Added
full compact
1.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.28)
1.\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
2.\"
3.\" Standard preamble:
4.\" ========================================================================
5.de Sp \" Vertical space (when we can't use .PP)
6.if t .sp .5v
7.if n .sp
8..
9.de Vb \" Begin verbatim text

--- 23 unchanged lines hidden (view full) ---

33. ds C` ""
34. ds C' ""
35'br\}
36.el\{\
37. ds -- \|\(em\|
38. ds PI \(*p
39. ds L" ``
40. ds R" ''
41. ds C`
42. ds C'
43'br\}
44.\"
45.\" Escape single quotes in literal strings from groff's Unicode transform.
46.ie \n(.g .ds Aq \(aq
47.el .ds Aq '
48.\"
49.\" If the F register is turned on, we'll generate index entries on stderr for
50.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
51.\" entries marked with X<> in POD. Of course, you'll have to process the
52.\" output yourself in some meaningful fashion.
51.ie \nF \{\
52. de IX
53. tm Index:\\$1\t\\n%\t"\\$2"
53.\"
54.\" Avoid warning from groff about undefined register 'F'.
55.de IX
56..
55. nr % 0
56. rr F
57.\}
58.el \{\
59. de IX
57.nr rF 0
58.if \n(.g .if rF .nr rF 1
59.if (\n(rF:(\n(.g==0)) \{
60. if \nF \{
61. de IX
62. tm Index:\\$1\t\\n%\t"\\$2"
63..
64. if !\nF==2 \{
65. nr % 0
66. nr F 2
67. \}
68. \}
69.\}
70.rr rF
71.\"
72.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
73.\" Fear. Run. Save yourself. No user-serviceable parts.
74. \" fudge factors for nroff and troff
75.if n \{\
76. ds #H 0
77. ds #V .8m
78. ds #F .3m

--- 49 unchanged lines hidden (view full) ---

128. ds Th \o'LP'
129. ds ae ae
130. ds Ae AE
131.\}
132.rm #[ #] #H #V #F C
133.\" ========================================================================
134.\"
135.IX Title "d2i_X509_NAME 3"
127.TH d2i_X509_NAME 3 "2014-10-15" "1.0.1j" "OpenSSL"
136.TH d2i_X509_NAME 3 "2015-01-15" "1.0.1l" "OpenSSL"
137.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138.\" way too many mistakes in technical documents.
139.if n .ad l
140.nh
141.SH "NAME"
142d2i_X509_NAME, i2d_X509_NAME \- X509_NAME encoding functions
143.SH "SYNOPSIS"
144.IX Header "SYNOPSIS"
145.Vb 1
146\& #include <openssl/x509.h>
147\&
148\& X509_NAME *d2i_X509_NAME(X509_NAME **a, unsigned char **pp, long length);
149\& int i2d_X509_NAME(X509_NAME *a, unsigned char **pp);
150.Ve
151.SH "DESCRIPTION"
152.IX Header "DESCRIPTION"
153These functions decode and encode an \fBX509_NAME\fR structure which is the
145the same as the \fBName\fR type defined in \s-1RFC2459\s0 (and elsewhere) and used
154the same as the \fBName\fR type defined in \s-1RFC2459 \s0(and elsewhere) and used
155for example in certificate subject and issuer names.
156.PP
157Othewise the functions behave in a similar way to \fId2i_X509()\fR and \fIi2d_X509()\fR
158described in the \fId2i_X509\fR\|(3) manual page.
159.SH "SEE ALSO"
160.IX Header "SEE ALSO"
161\&\fId2i_X509\fR\|(3)
162.SH "HISTORY"
163.IX Header "HISTORY"
164\&\s-1TBA\s0