diff options
Diffstat (limited to 'src/lib/libssl/src/doc/apps/pkcs8.pod')
-rw-r--r-- | src/lib/libssl/src/doc/apps/pkcs8.pod | 6 |
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 | ||
52 | This specifies the output format, the options have the same meaning as the | 52 | This specifies the output format, the options have the same meaning as the |
53 | B<-inform> option. | 53 | B<-inform> option. |
54 | 54 | ||
55 | =item B<-in filename> | 55 | =item B<-in filename> |
@@ -109,7 +109,7 @@ the public and private keys respectively. | |||
109 | This option enables the use of PKCS#5 v2.0 algorithms. Normally PKCS#8 | 109 | This option enables the use of PKCS#5 v2.0 algorithms. Normally PKCS#8 |
110 | private keys are encrypted with the password based encryption algorithm | 110 | private keys are encrypted with the password based encryption algorithm |
111 | called B<pbeWithMD5AndDES-CBC> this uses 56 bit DES encryption but it | 111 | called B<pbeWithMD5AndDES-CBC> this uses 56 bit DES encryption but it |
112 | was the strongest encryption algorithm supported in PKCS#5 v1.5. Using | 112 | was the strongest encryption algorithm supported in PKCS#5 v1.5. Using |
113 | the B<-v2> option PKCS#5 v2.0 algorithms are used which can use any | 113 | the B<-v2> option PKCS#5 v2.0 algorithms are used which can use any |
114 | encryption algorithm such as 168 bit triple DES or 128 bit RC2 however | 114 | encryption algorithm such as 168 bit triple DES or 128 bit RC2 however |
115 | not many implementations support PKCS#5 v2.0 yet. If you are just using | 115 | not 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 | ||
240 | L<dsa(1)|dsa(1)>, L<rsa(1)|rsa(1)>, L<genrsa(1)|genrsa(1)>, | 240 | L<dsa(1)|dsa(1)>, L<rsa(1)|rsa(1)>, L<genrsa(1)|genrsa(1)>, |
241 | L<gendsa(1)|gendsa(1)> | 241 | L<gendsa(1)|gendsa(1)> |
242 | 242 | ||
243 | =cut | 243 | =cut |