Deleted Added
full compact
dsaparam.pod (68651) dsaparam.pod (111147)
1=pod
2
3=head1 NAME
4
5dsaparam - DSA parameter manipulation and generation
6
7=head1 SYNOPSIS
8
9B<openssl dsaparam>
10[B<-inform DER|PEM>]
11[B<-outform DER|PEM>]
12[B<-in filename>]
13[B<-out filename>]
14[B<-noout>]
15[B<-text>]
16[B<-C>]
17[B<-rand file(s)>]
18[B<-genkey>]
1=pod
2
3=head1 NAME
4
5dsaparam - DSA parameter manipulation and generation
6
7=head1 SYNOPSIS
8
9B<openssl dsaparam>
10[B<-inform DER|PEM>]
11[B<-outform DER|PEM>]
12[B<-in filename>]
13[B<-out filename>]
14[B<-noout>]
15[B<-text>]
16[B<-C>]
17[B<-rand file(s)>]
18[B<-genkey>]
19[B<-engine id>]
19[B<numbits>]
20
21=head1 DESCRIPTION
22
23This command is used to manipulate or generate DSA parameter files.
24
25=head1 OPTIONS
26

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

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
20[B<numbits>]
21
22=head1 DESCRIPTION
23
24This command is used to manipulate or generate DSA parameter files.
25
26=head1 OPTIONS
27

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

78all others.
79
80=item B<numbits>
81
82this option specifies that a parameter set should be generated of size
83B<numbits>. It must be the last option. If this option is included then
84the input file (if any) is ignored.
85
86=item B<-engine id>
87
88specifying an engine (by it's unique B<id> string) will cause B<req>
89to attempt to obtain a functional reference to the specified engine,
90thus initialising it if needed. The engine will then be set as the default
91for all available algorithms.
92
85=back
86
87=head1 NOTES
88
89PEM format DSA parameters use the header and footer lines:
90
91 -----BEGIN DSA PARAMETERS-----
92 -----END DSA PARAMETERS-----
93
94DSA parameter generation is a slow process and as a result the same set of
95DSA parameters is often used to generate several distinct keys.
96
97=head1 SEE ALSO
98
99L<gendsa(1)|gendsa(1)>, L<dsa(1)|dsa(1)>, L<genrsa(1)|genrsa(1)>,
100L<rsa(1)|rsa(1)>
101
102=cut
93=back
94
95=head1 NOTES
96
97PEM format DSA parameters use the header and footer lines:
98
99 -----BEGIN DSA PARAMETERS-----
100 -----END DSA PARAMETERS-----
101
102DSA parameter generation is a slow process and as a result the same set of
103DSA parameters is often used to generate several distinct keys.
104
105=head1 SEE ALSO
106
107L<gendsa(1)|gendsa(1)>, L<dsa(1)|dsa(1)>, L<genrsa(1)|genrsa(1)>,
108L<rsa(1)|rsa(1)>
109
110=cut