-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
cryptography 3.4.8 tests fails with openssl 3.0 #7039
Comments
This is expected, 35.0.0 was the first version to support OpenSSL 3.0: https://cryptography.io/en/latest/changelog/#v35-0-0 |
Understand. Is there some workaround for 3.4.8 or anything I can backport? Cannot upgrade to versions that require rust yet due to we have not yet been able to port it to all our architectures. |
There was a series of patches we landed to support OpenSSL 3.0. I'm sure they could be backported, but it won't be easy and I don't have a better suggestion for how to find the patches then to grep the git logs for 3.0 unfortunately. |
#6000 contains some fixes for OpenSSL 3.0.0. It's good enough unless you need FIPS support. |
This was incredible helpful! thank you! Unfortunately, 17 tests fails:
Seems like we will have to postpone openssl 3 upgrade. (and potentially reduce alpine v3.16 support time to openssl 1.1 support time) |
Unfortunately it's a bit hard for us to way what the cause of those failures is, as we're no longer maintaining 3.4.x. |
@ncopa if you can supply a container image with those failures then I can take a quick look at them. We won't be doing a new version of 3.4.x ourselves of course, but I would like to help Alpine out while they're working on getting Rust packaged up on all platforms for the next release 😄 |
Going to close this since there's no bug here, but still happy to help if you need it! |
I am working on upgrade openssl to 3.0 for Alpine Linux and bumped into this issue, which currently blocks the openssl upgrade:
The text was updated successfully, but these errors were encountered: