Francisco Trivino
|
24e9fcc67f
|
allow sha1 in OAEP
In 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.
Fixes: https://github.com/pyca/cryptography/issues/11512
Related: https://issues.redhat.com/browse/RHEL-40210
Signed-off-by: Francisco Trivino <ftrivino@redhat.com>
|
2025-01-20 12:13:05 +01:00 |
|