gendsa: dsaparam: introduce -verbose option to enable output
authorPhilip Prindeville <philipp@redfish-solutions.com>
Thu, 9 Aug 2018 21:19:19 +0000 (15:19 -0600)
committerPauli <paul.dale@oracle.com>
Wed, 1 May 2019 06:41:49 +0000 (16:41 +1000)
commitb6a07f676071b2b9fdc0e625896ebd57563028cd
tree252e299684d6e5407f0dec94be57df52c09179a9
parentc43fa566ea3918ec3b468d214fd9eb80d79e0d0d
gendsa: dsaparam: introduce -verbose option to enable output

Other commands like 'req' support -verbose, so why not gendsa and dsaparam?

Part of a larger and more ambitious effort to add -verbose to all apps
that might be used in scripts and need to otherwise run silently (well,
without belching out anything that isn't a warning or error... which ties
into a later scrub of using STDOUT were appropriate for informative
messages instead of STDERR)... so that scripts also have the option of
doing >/dev/null without losing anything critical.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/6908)
apps/dsaparam.c
apps/gendsa.c
doc/man1/dsaparam.pod
doc/man1/gendsa.pod