-
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
Build failure on Mariner (azurelinux) because of unsupported cipher chacha20_poly1305
#12258
Comments
Is the OpenSSL that mariner has built with |
Yes, as per the I'm not sure we have the capacity to help develop the support for this build configuration currenly, but I'll check. In any case, can I get a rough estimate of how complicated this is going to be for someone that isn't familiar with the codebase? |
I'd probably estimate it at a couple of hours for someone not familiar with the codebase. I can give you a brief tour of what'd be involved:
So the main task would be finding the places that rely on chacha being available and adding the approprirate |
This issue has been waiting for a reporter response for 3 days. It will be auto-closed if no activity occurs in the next 5 days. |
This issue has not received a reporter response and has been auto-closed. If the issue is still relevant please leave a comment and we can reopen it. |
When trying to build cryptography from source on Mariner (azurelinux), the build fails:
Apparently Mariner doesn't support
chaha20_poly1305
. It seems that Azure patched the problematic code in order to work around this issue. (source)The package was installed with
pip install --no-binary ":all:"
.Is this a known issue? Are there plans to integrate something more robust to the build? Some way to avoid this issue aside from changing the source code or using a wheel?
The text was updated successfully, but these errors were encountered: