From 535ddd37524217143eb710bc880ee8c60b7a6cf8 Mon Sep 17 00:00:00 2001 From: Aleksey Sanin Date: Tue, 13 Dec 2022 09:27:05 -0500 Subject: Add an option to specify number of bits in the subprime (q) when generating DSA keys Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/19898) --- doc/man1/openssl-dsaparam.pod.in | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'doc/man1') diff --git a/doc/man1/openssl-dsaparam.pod.in b/doc/man1/openssl-dsaparam.pod.in index 88ba90299d..87fc97ff5f 100644 --- a/doc/man1/openssl-dsaparam.pod.in +++ b/doc/man1/openssl-dsaparam.pod.in @@ -21,6 +21,7 @@ B {- $OpenSSL::safe::opt_r_synopsis -} {- $OpenSSL::safe::opt_engine_synopsis -}{- $OpenSSL::safe::opt_provider_synopsis -} [I] +[I] =head1 DESCRIPTION @@ -91,9 +92,15 @@ be handy during batch scripts and pipelines. =item I -This option specifies that a parameter set should be generated of size -I. It must be the last option. If this option is included then -the input file (if any) is ignored. +This optional argument specifies that a parameter set should be generated of +size I. If this argument is included then the input file (if any) is +ignored. + +=item I + +This optional argument specifies that a parameter set should be generated with +a subprime parameter q of size I. It must be the last argument. If +this argument is included then the input file (if any) is ignored. {- $OpenSSL::safe::opt_provider_item -} -- cgit v1.2.1