Deleted Added
full compact
pkcs8.pod (59191) pkcs8.pod (111147)
1=pod
2
3=head1 NAME
4
5pkcs8 - PKCS#8 format private key conversion tool
6
7=head1 SYNOPSIS
8

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

16[B<-passout arg>]
17[B<-noiter>]
18[B<-nocrypt>]
19[B<-nooct>]
20[B<-embed>]
21[B<-nsdb>]
22[B<-v2 alg>]
23[B<-v1 alg>]
1=pod
2
3=head1 NAME
4
5pkcs8 - PKCS#8 format private key conversion tool
6
7=head1 SYNOPSIS
8

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

16[B<-passout arg>]
17[B<-noiter>]
18[B<-nocrypt>]
19[B<-nooct>]
20[B<-embed>]
21[B<-nsdb>]
22[B<-v2 alg>]
23[B<-v1 alg>]
24[B<-engine id>]
24
25=head1 DESCRIPTION
26
27The B<pkcs8> command processes private keys in PKCS#8 format. It can handle
28both unencrypted PKCS#8 PrivateKeyInfo format and EncryptedPrivateKeyInfo
29format with a variety of PKCS#5 (v1.5 and v2.0) and PKCS#12 algorithms.
30
31=head1 COMMAND OPTIONS

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

117The B<alg> argument is the encryption algorithm to use, valid values include
118B<des>, B<des3> and B<rc2>. It is recommended that B<des3> is used.
119
120=item B<-v1 alg>
121
122This option specifies a PKCS#5 v1.5 or PKCS#12 algorithm to use. A complete
123list of possible algorithms is included below.
124
25
26=head1 DESCRIPTION
27
28The B<pkcs8> command processes private keys in PKCS#8 format. It can handle
29both unencrypted PKCS#8 PrivateKeyInfo format and EncryptedPrivateKeyInfo
30format with a variety of PKCS#5 (v1.5 and v2.0) and PKCS#12 algorithms.
31
32=head1 COMMAND OPTIONS

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

118The B<alg> argument is the encryption algorithm to use, valid values include
119B<des>, B<des3> and B<rc2>. It is recommended that B<des3> is used.
120
121=item B<-v1 alg>
122
123This option specifies a PKCS#5 v1.5 or PKCS#12 algorithm to use. A complete
124list of possible algorithms is included below.
125
126=item B<-engine id>
127
128specifying an engine (by it's unique B<id> string) will cause B<req>
129to attempt to obtain a functional reference to the specified engine,
130thus initialising it if needed. The engine will then be set as the default
131for all available algorithms.
132
125=back
126
127=head1 NOTES
128
129The encrypted form of a PEM encode PKCS#8 files uses the following
130headers and footers:
131
132 -----BEGIN ENCRYPTED PRIVATE KEY-----

--- 103 unchanged lines hidden ---
133=back
134
135=head1 NOTES
136
137The encrypted form of a PEM encode PKCS#8 files uses the following
138headers and footers:
139
140 -----BEGIN ENCRYPTED PRIVATE KEY-----

--- 103 unchanged lines hidden ---