Branch: refs/heads/openssl-3.0
Home: https://github.openssl.org/openssl/openssl
Commit: a7faa8ee677a25331fbe2def6b78cc39323cad4a
https://github.openssl.org/openssl/openssl/commit/a7faa8ee677a25331fbe2def6b78cc39323cad4a
Author: Clemens Lang <[email protected]>
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 <[email protected]>
Reviewed-by: Hugo Landau <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18576)
(cherry picked from commit 30b2c3592e8511b60d44f93eb657a1ecb3662c08)