Deleted Added
full compact
d2i_X509_REQ.3 (340704) d2i_X509_REQ.3 (344604)
1.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35)
1.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35)
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

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

49.\" If the F register is >0, 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.
53.\"
54.\" Avoid warning from groff about undefined register 'F'.
55.de IX
56..
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

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

49.\" If the F register is >0, 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.
53.\"
54.\" Avoid warning from groff about undefined register 'F'.
55.de IX
56..
57.if !\nF .nr F 0
58.if \nF>0 \{\
59. de IX
60. tm Index:\\$1\t\\n%\t"\\$2"
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"
61..
63..
62. if !\nF==2 \{\
63. nr % 0
64. nr F 2
64. if !\nF==2 \{\
65. nr % 0
66. nr F 2
67. \}
65. \}
66.\}
68. \}
69.\}
70.rr rF
67.\"
68.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
69.\" Fear. Run. Save yourself. No user-serviceable parts.
70. \" fudge factors for nroff and troff
71.if n \{\
72. ds #H 0
73. ds #V .8m
74. ds #F .3m

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

124. ds Th \o'LP'
125. ds ae ae
126. ds Ae AE
127.\}
128.rm #[ #] #H #V #F C
129.\" ========================================================================
130.\"
131.IX Title "d2i_X509_REQ 3"
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_REQ 3"
132.TH d2i_X509_REQ 3 "2018-11-20" "1.0.2q" "OpenSSL"
136.TH d2i_X509_REQ 3 "2019-02-26" "1.0.2r" "OpenSSL"
133.\" For nroff, turn off justification. Always turn off hyphenation; it makes
134.\" way too many mistakes in technical documents.
135.if n .ad l
136.nh
137.SH "NAME"
138d2i_X509_REQ, i2d_X509_REQ, d2i_X509_REQ_bio, d2i_X509_REQ_fp,
139i2d_X509_REQ_bio, i2d_X509_REQ_fp \- PKCS#10 certificate request functions.
140.SH "SYNOPSIS"

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

150\&
151\& int i2d_X509_REQ_bio(BIO *bp, X509_REQ *x);
152\& int i2d_X509_REQ_fp(FILE *fp, X509_REQ *x);
153.Ve
154.SH "DESCRIPTION"
155.IX Header "DESCRIPTION"
156These functions decode and encode a PKCS#10 certificate request.
157.PP
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_REQ, i2d_X509_REQ, d2i_X509_REQ_bio, d2i_X509_REQ_fp,
143i2d_X509_REQ_bio, i2d_X509_REQ_fp \- PKCS#10 certificate request functions.
144.SH "SYNOPSIS"

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

154\&
155\& int i2d_X509_REQ_bio(BIO *bp, X509_REQ *x);
156\& int i2d_X509_REQ_fp(FILE *fp, X509_REQ *x);
157.Ve
158.SH "DESCRIPTION"
159.IX Header "DESCRIPTION"
160These functions decode and encode a PKCS#10 certificate request.
161.PP
158Othewise these behave in a similar way to \fId2i_X509()\fR and \fIi2d_X509()\fR
159described in the \fId2i_X509\fR\|(3) manual page.
162Othewise these behave in a similar way to \fBd2i_X509()\fR and \fBi2d_X509()\fR
163described in the \fBd2i_X509\fR\|(3) manual page.
160.SH "SEE ALSO"
161.IX Header "SEE ALSO"
164.SH "SEE ALSO"
165.IX Header "SEE ALSO"
162\&\fId2i_X509\fR\|(3)
166\&\fBd2i_X509\fR\|(3)
163.SH "HISTORY"
164.IX Header "HISTORY"
165\&\s-1TBA\s0
167.SH "HISTORY"
168.IX Header "HISTORY"
169\&\s-1TBA\s0