APPS: Add passphrase handling in the "rsa" and "dsa" commands
authorRichard Levitte <levitte@openssl.org>
Mon, 3 May 2021 06:48:17 +0000 (08:48 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 4 May 2021 09:40:31 +0000 (11:40 +0200)
commit5432d827ec2cffa2e75bf8dd0bc570288cba19f6
tree29468b741d428db2ebaecde697f36aace8df3360
parent49ce00374030c74f527c9916bff7c2c7268f4318
APPS: Add passphrase handling in the "rsa" and "dsa" commands

They completely ignored any passphrase related setting.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15119)
apps/dsa.c
apps/rsa.c