Deleted Added
full compact
gendsa.pod (59191) gendsa.pod (68651)
1=pod
2
3=head1 NAME
4
5gendsa - generate a DSA private key from a set of parameters
6
7=head1 SYNOPSIS
8

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

29IDEA ciphers respectively before outputting it. A pass phrase is prompted for.
30If none of these options is specified no encryption is used.
31
32=item B<-rand file(s)>
33
34a file or files containing random data used to seed the random number
35generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
36Multiple files can be specified separated by a OS-dependent character.
1=pod
2
3=head1 NAME
4
5gendsa - generate a DSA private key from a set of parameters
6
7=head1 SYNOPSIS
8

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

29IDEA ciphers respectively before outputting it. A pass phrase is prompted for.
30If none of these options is specified no encryption is used.
31
32=item B<-rand file(s)>
33
34a file or files containing random data used to seed the random number
35generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
36Multiple files can be specified separated by a OS-dependent character.
37The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for
37The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
38all others.
39
40=item B<paramfile>
41
42This option specifies the DSA parameter file to use. The parameters in this
43file determine the size of the private key. DSA parameters can be generated
44and examined using the B<openssl dsaparam> command.
45

--- 13 unchanged lines hidden ---
38all others.
39
40=item B<paramfile>
41
42This option specifies the DSA parameter file to use. The parameters in this
43file determine the size of the private key. DSA parameters can be generated
44and examined using the B<openssl dsaparam> command.
45

--- 13 unchanged lines hidden ---