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): use aws-lc-rs on linux/aarch64 #1718

Merged
merged 6 commits into from
Apr 24, 2023

Conversation

justsmth
Copy link
Contributor

@justsmth justsmth commented Apr 20, 2023

Resolved issues:

Relates to #1683

Description of changes:

This change migrates the cryptographic library used on unix platforms from ring to aws-lc-rs.

Call-outs:

aws-lc-rs does not yet support Windows platforms, but support for Windows is planned. For non-unix platforms, ring will continue to be used.

Testing:

Performed the release build and tests. Ran rustfmt and clippy.

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

@camshaft
Copy link
Contributor

We're fixing the build issues in #1717. After that is merged we can rebase this on main.

@justsmth justsmth changed the title Partial migration to aws-lc-rs feat(s2n-quic-crypto): use aws-lc-rs on unix platforms Apr 21, 2023
@justsmth justsmth changed the title feat(s2n-quic-crypto): use aws-lc-rs on unix platforms feat(s2n-quic-crypto): use aws-lc-rs on linux/aarch64 Apr 24, 2023
@camshaft camshaft merged commit 5ff5edd into aws:main Apr 24, 2023
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.

2 participants