aboutsummaryrefslogtreecommitdiff
path: root/openssl/doc/apps/genrsa.pod
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/doc/apps/genrsa.pod')
-rw-r--r--openssl/doc/apps/genrsa.pod18
1 files changed, 15 insertions, 3 deletions
diff --git a/openssl/doc/apps/genrsa.pod b/openssl/doc/apps/genrsa.pod
index 7dcac2a77..cb03d09b9 100644
--- a/openssl/doc/apps/genrsa.pod
+++ b/openssl/doc/apps/genrsa.pod
@@ -9,6 +9,18 @@ genrsa - generate an RSA private key
B<openssl> B<genrsa>
[B<-out filename>]
[B<-passout arg>]
+[B<-aes128>]
+[B<-aes128>]
+[B<-aes192>]
+[B<-aes256>]
+[B<-camellia128>]
+[B<-camellia192>]
+[B<-camellia256>]
+[B<-aes192>]
+[B<-aes256>]
+[B<-camellia128>]
+[B<-camellia192>]
+[B<-camellia256>]
[B<-des>]
[B<-des3>]
[B<-idea>]
@@ -36,10 +48,10 @@ used.
the output file password source. For more information about the format of B<arg>
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>.
-=item B<-des|-des3|-idea>
+=item B<-aes128|-aes192|-aes256|-camellia128|-camellia192|-camellia256|-des|-des3|-idea>
-These options encrypt the private key with the DES, triple DES, or the
-IDEA ciphers respectively before outputting it. If none of these options is
+These options encrypt the private key with specified
+cipher before outputting it. If none of these options is
specified no encryption is used. If encryption is used a pass phrase is prompted
for if it is not supplied via the B<-passout> argument.