mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-12 19:36:27 +08:00
update manuals
This commit is contained in:
@@ -6,7 +6,7 @@ gendsa - generate a DSA private key from a set of parameters
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
B<openssl> B<gendsa>
|
||||
B<gmssl> B<gendsa>
|
||||
[B<-out filename>]
|
||||
[B<-aes128>]
|
||||
[B<-aes192>]
|
||||
@@ -24,7 +24,7 @@ B<openssl> B<gendsa>
|
||||
=head1 DESCRIPTION
|
||||
|
||||
The B<gendsa> command generates a DSA private key from a DSA parameter file
|
||||
(which will be typically generated by the B<openssl dsaparam> command).
|
||||
(which will be typically generated by the B<gmssl dsaparam> command).
|
||||
|
||||
=head1 OPTIONS
|
||||
|
||||
@@ -55,7 +55,7 @@ for all available algorithms.
|
||||
|
||||
This option specifies the DSA parameter file to use. The parameters in this
|
||||
file determine the size of the private key. DSA parameters can be generated
|
||||
and examined using the B<openssl dsaparam> command.
|
||||
and examined using the B<gmssl dsaparam> command.
|
||||
|
||||
=back
|
||||
|
||||
|
||||
Reference in New Issue
Block a user