We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CentOS 9 Stream and Red Hat Enterprise Linux 9 have SHA-1 signatures disabled by default.
A couple unit tests fail on RHEL 9:
The error is:
The text was updated successfully, but these errors were encountered: