summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/apps/pkcs8.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/apps/pkcs8.pod')
-rw-r--r--src/lib/libssl/src/doc/apps/pkcs8.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/src/doc/apps/pkcs8.pod b/src/lib/libssl/src/doc/apps/pkcs8.pod
index 84abee78f3..d15c89bbbc 100644
--- a/src/lib/libssl/src/doc/apps/pkcs8.pod
+++ b/src/lib/libssl/src/doc/apps/pkcs8.pod
@@ -49,7 +49,7 @@ private key is used.
49 49
50=item B<-outform DER|PEM> 50=item B<-outform DER|PEM>
51 51
52This specifies the output format, the options have the same meaning as the 52This specifies the output format, the options have the same meaning as the
53B<-inform> option. 53B<-inform> option.
54 54
55=item B<-in filename> 55=item B<-in filename>
@@ -109,7 +109,7 @@ the public and private keys respectively.
109This option enables the use of PKCS#5 v2.0 algorithms. Normally PKCS#8 109This option enables the use of PKCS#5 v2.0 algorithms. Normally PKCS#8
110private keys are encrypted with the password based encryption algorithm 110private keys are encrypted with the password based encryption algorithm
111called B<pbeWithMD5AndDES-CBC> this uses 56 bit DES encryption but it 111called B<pbeWithMD5AndDES-CBC> this uses 56 bit DES encryption but it
112was the strongest encryption algorithm supported in PKCS#5 v1.5. Using 112was the strongest encryption algorithm supported in PKCS#5 v1.5. Using
113the B<-v2> option PKCS#5 v2.0 algorithms are used which can use any 113the B<-v2> option PKCS#5 v2.0 algorithms are used which can use any
114encryption algorithm such as 168 bit triple DES or 128 bit RC2 however 114encryption algorithm such as 168 bit triple DES or 128 bit RC2 however
115not many implementations support PKCS#5 v2.0 yet. If you are just using 115not many implementations support PKCS#5 v2.0 yet. If you are just using
@@ -238,6 +238,6 @@ the old format at present.
238=head1 SEE ALSO 238=head1 SEE ALSO
239 239
240L<dsa(1)|dsa(1)>, L<rsa(1)|rsa(1)>, L<genrsa(1)|genrsa(1)>, 240L<dsa(1)|dsa(1)>, L<rsa(1)|rsa(1)>, L<genrsa(1)|genrsa(1)>,
241L<gendsa(1)|gendsa(1)> 241L<gendsa(1)|gendsa(1)>
242 242
243=cut 243=cut