Revision aa3b4b4d deps/openssl/openssl/doc/apps/dsa.pod

View differences:

deps/openssl/openssl/doc/apps/dsa.pod
13 13
[B<-passin arg>]
14 14
[B<-out filename>]
15 15
[B<-passout arg>]
16
[B<-aes128>]
17
[B<-aes192>]
18
[B<-aes256>]
19
[B<-camellia128>]
20
[B<-camellia192>]
21
[B<-camellia256>]
16 22
[B<-des>]
17 23
[B<-des3>]
18 24
[B<-idea>]
......
74 80
the output file password source. For more information about the format of B<arg>
75 81
see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>.
76 82

  
77
=item B<-des|-des3|-idea>
83
=item B<-aes128|-aes192|-aes256|-camellia128|-camellia192|-camellia256|-des|-des3|-idea>
78 84

  
79
These options encrypt the private key with the DES, triple DES, or the 
80
IDEA ciphers respectively before outputting it. A pass phrase is prompted for.
85
These options encrypt the private key with the specified
86
cipher before outputting it. A pass phrase is prompted for.
81 87
If none of these options is specified the key is written in plain text. This
82 88
means that using the B<dsa> utility to read in an encrypted key with no
83 89
encryption option can be used to remove the pass phrase from a key, or by

Also available in: Unified diff