[openssl/openssl] 30b2c3: APPS: dsaparam, gendsa: Support setting properties
Tomas Mraz
noreply at reply.github.openssl.org
Fri Jul 1 09:12:03 UTC 2022
Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 30b2c3592e8511b60d44f93eb657a1ecb3662c08
https://github.openssl.org/openssl/openssl/commit/30b2c3592e8511b60d44f93eb657a1ecb3662c08
Author: Clemens Lang <cllang at redhat.com>
Date: 2022-07-01 (Fri, 01 Jul 2022)
Changed paths:
M apps/dsaparam.c
M apps/gendsa.c
M test/recipes/20-test_cli_fips.t
Log Message:
-----------
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 at redhat.com>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18576)
More information about the openssl-commits
mailing list