Latest update.

This commit is contained in:
2020-05-17 20:27:18 +09:00
parent ad9fce94c2
commit 3a6d64bb68
619 changed files with 13638 additions and 4698 deletions
+3 -4
View File
@@ -30,9 +30,6 @@ B<openssl dhparam>
=head1 DESCRIPTION
This command has been deprecated.
The L<openssl-pkeyparam(1)> command should be used instead.
This command is used to manipulate DH parameter files.
=head1 OPTIONS
@@ -62,6 +59,8 @@ as the input filename.
=item B<-dsaparam>
This option is deprecated.
If this option is used, DSA rather than DH parameters are read or created;
they are converted to DH format. Otherwise, "strong" primes (such
that (p-1)/2 is also prime) will be used for DH parameter generation.
@@ -136,7 +135,7 @@ L<openssl-dsaparam(1)>
=head1 HISTORY
This command was deprecated in OpenSSL 3.0.
The B<-dsaparam> option was deprecated in OpenSSL 3.0.
=head1 COPYRIGHT