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

fix: set CRYPTOGRAPHY_OPENSSL_NO_LEGACY #4784

Merged
merged 1 commit into from
May 3, 2024
Merged

Conversation

mr-cal
Copy link
Collaborator

@mr-cal mr-cal commented May 2, 2024

  • Have you followed the guidelines for contributing?
  • Have you signed the CLA?
  • Have you successfully run tox run -m lint?
  • Have you successfully run tox run -e test-py310? (supported versions: py39, py310, py311, py312)

cryptography>=42.0 cannot load legacy algorithms on Ubuntu 20.04 for armhf, ppc64el, riscv64, and s390x.

@cmatsuoka was able to verify this fix in an emulated riscv64 20.04 machine from here.

See https://cryptography.io/en/latest/openssl/#legacy-provider-in-openssl-3-x for details on legacy algorithms.

Fixes LP#2064639

cryptography>=42.0 cannot load legacy algorithms on
Ubuntu 20.04 for armhf, ppc64el, riscv64, and s390x
See https://cryptography.io/en/latest/openssl/#legacy-provider-in-openssl-3-x

Signed-off-by: Callahan Kovacs <callahan.kovacs@canonical.com>
@mr-cal mr-cal requested a review from cmatsuoka May 2, 2024 21:56
Copy link
Contributor

@cmatsuoka cmatsuoka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, installation and application execution work in riscv focal.

@cmatsuoka cmatsuoka merged commit 7aeffed into hotfix/8.2 May 3, 2024
9 of 10 checks passed
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

Successfully merging this pull request may close these issues.

3 participants