-
allow sha1 in OAEP
released this
2024-09-12 15:31:52 +00:00 | -137 commits to c8 since this releaseIn FIPS mode, RSA OAEP padding is refused with an error message:
"This combination of padding and hash algorithm is not supported
by this backend."It picks up the patch in https://github.com/pyca/cryptography/pull/11536
to allow sha1 in OAEP.Resolves: https://issues.redhat.com/browse/RHEL-40210
Signed-off-by: Francisco Trivino ftrivino@redhat.comDownloads