]> git.ipfire.org Git - thirdparty/openssl.git/commit
APPS: dsaparam, gendsa: Support setting properties
authorClemens Lang <cllang@redhat.com>
Wed, 15 Jun 2022 10:50:07 +0000 (12:50 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 1 Jul 2022 09:11:23 +0000 (11:11 +0200)
commit30b2c3592e8511b60d44f93eb657a1ecb3662c08
treeea96b620e829bc78a4c4f5f304ebed84c97f5415
parentd9650648821aadabf2d9f3de321f344230b13a4a
APPS: dsaparam, gendsa: Support setting properties

The -provider and -propquery options did not work on dsaparam and
gendsa. Fix this and add tests that check that operations that are not
supported by the FIPS provider work when run with

| -provider default -propquery '?fips!=yes'

See also https://bugzilla.redhat.com/show_bug.cgi?id=2094956, where this
was initially reported.

Signed-off-by: Clemens Lang <cllang@redhat.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18576)
apps/dsaparam.c
apps/gendsa.c
test/recipes/20-test_cli_fips.t