Deleted Added
full compact
dsaparam.pod (59191) dsaparam.pod (68651)
1=pod
2
3=head1 NAME
4
5dsaparam - DSA parameter manipulation and generation
6
7=head1 SYNOPSIS
8

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

68this option will generate a DSA either using the specified or generated
69parameters.
70
71=item B<-rand file(s)>
72
73a file or files containing random data used to seed the random number
74generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
75Multiple files can be specified separated by a OS-dependent character.
1=pod
2
3=head1 NAME
4
5dsaparam - DSA parameter manipulation and generation
6
7=head1 SYNOPSIS
8

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

68this option will generate a DSA either using the specified or generated
69parameters.
70
71=item B<-rand file(s)>
72
73a file or files containing random data used to seed the random number
74generator, or an EGD socket (see L<RAND_egd(3)|RAND_egd(3)>).
75Multiple files can be specified separated by a OS-dependent character.
76The separator is B<;> for MS-Windows, B<,> for OpenVSM, and B<:> for
76The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for
77all others.
78
79=item B<numbits>
80
81this option specifies that a parameter set should be generated of size
82B<numbits>. It must be the last option. If this option is included then
83the input file (if any) is ignored.
84

--- 18 unchanged lines hidden ---
77all others.
78
79=item B<numbits>
80
81this option specifies that a parameter set should be generated of size
82B<numbits>. It must be the last option. If this option is included then
83the input file (if any) is ignored.
84

--- 18 unchanged lines hidden ---