APPS: Fix 'openssl dsaparam -genkey'
authorRichard Levitte <levitte@openssl.org>
Thu, 4 Jun 2020 20:34:09 +0000 (22:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 8 Jun 2020 21:50:22 +0000 (23:50 +0200)
commitedf96591650551274c650a48c228d089c4057df9
treee8de11d9a096d50314bad7a3b0ed243eb0cbd0b1
parent4ec1463d71db6324abe9c91d2ed9aa1e136c9cb3
APPS: Fix 'openssl dsaparam -genkey'

Using a parameter EVP_PKEY for key generation with EVP_PKEY routines
works a little differently than the raw DSA routines that were used
before.

While fixing that, clean away all remaining use of the DSA type, which
simplifies the code a bit more.

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/12048)
apps/dsaparam.c