Deleted Added
full compact
genrsa.pod (238405) genrsa.pod (269682)
1=pod
2
3=head1 NAME
4
5genrsa - generate an RSA private key
6
7=head1 SYNOPSIS
8
9B<openssl> B<genrsa>
10[B<-out filename>]
11[B<-passout arg>]
1=pod
2
3=head1 NAME
4
5genrsa - generate an RSA private key
6
7=head1 SYNOPSIS
8
9B<openssl> B<genrsa>
10[B<-out filename>]
11[B<-passout arg>]
12[B<-aes128>]
13[B<-aes128>]
14[B<-aes192>]
15[B<-aes256>]
16[B<-camellia128>]
17[B<-camellia192>]
18[B<-camellia256>]
19[B<-aes192>]
20[B<-aes256>]
21[B<-camellia128>]
22[B<-camellia192>]
23[B<-camellia256>]
12[B<-des>]
13[B<-des3>]
14[B<-idea>]
15[B<-f4>]
16[B<-3>]
17[B<-rand file(s)>]
18[B<-engine id>]
19[B<numbits>]

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

31the output filename. If this argument is not specified then standard output is
32used.
33
34=item B<-passout arg>
35
36the output file password source. For more information about the format of B<arg>
37see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>.
38
24[B<-des>]
25[B<-des3>]
26[B<-idea>]
27[B<-f4>]
28[B<-3>]
29[B<-rand file(s)>]
30[B<-engine id>]
31[B<numbits>]

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

43the output filename. If this argument is not specified then standard output is
44used.
45
46=item B<-passout arg>
47
48the output file password source. For more information about the format of B<arg>
49see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>.
50
39=item B<-des|-des3|-idea>
51=item B<-aes128|-aes192|-aes256|-camellia128|-camellia192|-camellia256|-des|-des3|-idea>
40
52
41These options encrypt the private key with the DES, triple DES, or the
42IDEA ciphers respectively before outputting it. If none of these options is
53These options encrypt the private key with specified
54cipher before outputting it. If none of these options is
43specified no encryption is used. If encryption is used a pass phrase is prompted
44for if it is not supplied via the B<-passout> argument.
45
46=item B<-F4|-3>
47
48the public exponent to use, either 65537 or 3. The default is 65537.
49
50=item B<-rand file(s)>

--- 46 unchanged lines hidden ---
55specified no encryption is used. If encryption is used a pass phrase is prompted
56for if it is not supplied via the B<-passout> argument.
57
58=item B<-F4|-3>
59
60the public exponent to use, either 65537 or 3. The default is 65537.
61
62=item B<-rand file(s)>

--- 46 unchanged lines hidden ---