• imports/c10s/python-cryptography-43.0.0-1.el10 102292e55d

    allow sha1 in OAEP

    Ghost released this 2024-09-12 15:31:52 +00:00 | -137 commits to c8 since this release

    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.

    Resolves: https://issues.redhat.com/browse/RHEL-40210
    Signed-off-by: Francisco Trivino ftrivino@redhat.com

    Downloads