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

feat(s2n-quic-crypto): replace ring with aws-lc on non-windows #2037

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Nov 17, 2023

Description of changes:

This change removes ring for all platforms except windows. I tried to replace it on windows as well, but ran into issues where NASM is required to be installed, which is a dependency regression from ring. I've opened an issue to track a possible fix: aws/aws-lc#1477.

Testing:

The non-windows builds should continue to pass after the switch.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft force-pushed the camshaft/remove-ring branch from 4874179 to 4aa4047 Compare November 17, 2023 23:14
@camshaft camshaft changed the title feat(s2n-quic-crypto): replace ring with aws-lc on all platforms feat(s2n-quic-crypto): replace ring with aws-lc on non-windows Nov 17, 2023
@camshaft camshaft marked this pull request as ready for review November 17, 2023 23:50
@camshaft camshaft merged commit cfd8ac1 into main Nov 22, 2023
@camshaft camshaft deleted the camshaft/remove-ring branch November 22, 2023 01:49
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.

Remove NASM requirement for windows builds
2 participants