Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test cases fail on RHEL9 due to SHA1 deprecation #438

Open
ktdreyer opened this issue May 26, 2023 · 0 comments
Open

test cases fail on RHEL9 due to SHA1 deprecation #438

ktdreyer opened this issue May 26, 2023 · 0 comments

Comments

@ktdreyer
Copy link

CentOS 9 Stream and Red Hat Enterprise Linux 9 have SHA-1 signatures disabled by default.

A couple unit tests fail on RHEL 9:

ERROR tests/test_10_exceptions.py::TestPGPKey::test_add_key_with_subkeys_as_subkey
FAILED tests/test_05_actions.py::TestPGPKey_Actions::test_verify_invalid_sig[pkspec0]
FAILED tests/test_99_regressions.py::test_spurious_dash_escapes - cryptograph...

The error is:

cryptography.exceptions.UnsupportedAlgorithm: sha1 is not supported by this backend for RSA signing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant