Deleted Added
full compact
pkey.1 (273399) pkey.1 (279264)
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" ''
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'
41'br\}
42.\"
43.\" Escape single quotes in literal strings from groff's Unicode transform.
44.ie \n(.g .ds Aq \(aq
45.el .ds Aq '
46.\"
47.\" If the F register is turned on, we'll generate index entries on stderr for
48.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
49.\" entries marked with X<> in POD. Of course, you'll have to process the
50.\" output yourself in some meaningful fashion.
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
54..
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"
60..
63..
64. if !\nF==2 \{
65. nr % 0
66. nr F 2
67. \}
68. \}
61.\}
69.\}
70.rr rF
62.\"
63.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
64.\" Fear. Run. Save yourself. No user-serviceable parts.
65. \" fudge factors for nroff and troff
66.if n \{\
67. ds #H 0
68. ds #V .8m
69. ds #F .3m

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

119. ds Th \o'LP'
120. ds ae ae
121. ds Ae AE
122.\}
123.rm #[ #] #H #V #F C
124.\" ========================================================================
125.\"
126.IX Title "PKEY 1"
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 "PKEY 1"
127.TH PKEY 1 "2014-10-15" "1.0.1j" "OpenSSL"
136.TH PKEY 1 "2015-01-15" "1.0.1l" "OpenSSL"
128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129.\" way too many mistakes in technical documents.
130.if n .ad l
131.nh
132.SH "NAME"
133pkey \- public or private key processing tool
134.SH "SYNOPSIS"
135.IX Header "SYNOPSIS"

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

150.SH "DESCRIPTION"
151.IX Header "DESCRIPTION"
152The \fBpkey\fR command processes public or private keys. They can be converted
153between various forms and their components printed out.
154.SH "COMMAND OPTIONS"
155.IX Header "COMMAND OPTIONS"
156.IP "\fB\-inform DER|PEM\fR" 4
157.IX Item "-inform DER|PEM"
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"
142pkey \- public or private key processing tool
143.SH "SYNOPSIS"
144.IX Header "SYNOPSIS"

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

159.SH "DESCRIPTION"
160.IX Header "DESCRIPTION"
161The \fBpkey\fR command processes public or private keys. They can be converted
162between various forms and their components printed out.
163.SH "COMMAND OPTIONS"
164.IX Header "COMMAND OPTIONS"
165.IP "\fB\-inform DER|PEM\fR" 4
166.IX Item "-inform DER|PEM"
158This specifies the input format \s-1DER\s0 or \s-1PEM\s0.
167This specifies the input format \s-1DER\s0 or \s-1PEM.\s0
159.IP "\fB\-outform DER|PEM\fR" 4
160.IX Item "-outform DER|PEM"
161This specifies the output format, the options have the same meaning as the
162\&\fB\-inform\fR option.
163.IP "\fB\-in filename\fR" 4
164.IX Item "-in filename"
165This specifies the input filename to read a key from or standard input if this
166option is not specified. If the key is encrypted a pass phrase will be
167prompted for.
168.IP "\fB\-passin arg\fR" 4
169.IX Item "-passin arg"
170the input file password source. For more information about the format of \fBarg\fR
168.IP "\fB\-outform DER|PEM\fR" 4
169.IX Item "-outform DER|PEM"
170This specifies the output format, the options have the same meaning as the
171\&\fB\-inform\fR option.
172.IP "\fB\-in filename\fR" 4
173.IX Item "-in filename"
174This specifies the input filename to read a key from or standard input if this
175option is not specified. If the key is encrypted a pass phrase will be
176prompted for.
177.IP "\fB\-passin arg\fR" 4
178.IX Item "-passin arg"
179the input file password source. For more information about the format of \fBarg\fR
171see the \fB\s-1PASS\s0 \s-1PHRASE\s0 \s-1ARGUMENTS\s0\fR section in \fIopenssl\fR\|(1).
180see the \fB\s-1PASS PHRASE ARGUMENTS\s0\fR section in \fIopenssl\fR\|(1).
172.IP "\fB\-out filename\fR" 4
173.IX Item "-out filename"
174This specifies the output filename to write a key to or standard output if this
175option is not specified. If any encryption options are set then a pass phrase
176will be prompted for. The output filename should \fBnot\fR be the same as the input
177filename.
178.IP "\fB\-passout password\fR" 4
179.IX Item "-passout password"
180the output file password source. For more information about the format of \fBarg\fR
181.IP "\fB\-out filename\fR" 4
182.IX Item "-out filename"
183This specifies the output filename to write a key to or standard output if this
184option is not specified. If any encryption options are set then a pass phrase
185will be prompted for. The output filename should \fBnot\fR be the same as the input
186filename.
187.IP "\fB\-passout password\fR" 4
188.IX Item "-passout password"
189the output file password source. For more information about the format of \fBarg\fR
181see the \fB\s-1PASS\s0 \s-1PHRASE\s0 \s-1ARGUMENTS\s0\fR section in \fIopenssl\fR\|(1).
190see the \fB\s-1PASS PHRASE ARGUMENTS\s0\fR section in \fIopenssl\fR\|(1).
182.IP "\fB\-cipher\fR" 4
183.IX Item "-cipher"
184These options encrypt the private key with the supplied cipher. Any algorithm
185name accepted by \fIEVP_get_cipherbyname()\fR is acceptable such as \fBdes3\fR.
186.IP "\fB\-text\fR" 4
187.IX Item "-text"
188prints out the various public or private key components in
189plain text in addition to the encoded version.

--- 62 unchanged lines hidden ---
191.IP "\fB\-cipher\fR" 4
192.IX Item "-cipher"
193These options encrypt the private key with the supplied cipher. Any algorithm
194name accepted by \fIEVP_get_cipherbyname()\fR is acceptable such as \fBdes3\fR.
195.IP "\fB\-text\fR" 4
196.IX Item "-text"
197prints out the various public or private key components in
198plain text in addition to the encoded version.

--- 62 unchanged lines hidden ---