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

bindings: use aws-lc-rs instead of aws-lc-sys #4415

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Feb 13, 2024

Description of changes:

After aws/aws-lc-rs#335 was merged, we can now switch to depend on aws-lc-rs instead of aws-lc-sys. This has the following benefits:

  • We can depend on a major version and will run into fewer conflicts with other crates that depend on aws-lc-rs or aws-lc-sys (e.g. s2n-quic)
  • We get FIPS switching for free, since aws-lc-rs exposes a fips feature.

Testing:

The existing CI tests should continue to pass.

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

@github-actions github-actions bot added the s2n-core team label Feb 13, 2024
@camshaft camshaft marked this pull request as ready for review February 14, 2024 21:36
@WesleyRosenblum WesleyRosenblum removed the request for review from goatgoose February 14, 2024 22:59
@WesleyRosenblum WesleyRosenblum enabled auto-merge (squash) February 14, 2024 22:59
@WesleyRosenblum WesleyRosenblum merged commit ec044bf into aws:main Feb 15, 2024
31 checks passed
@camshaft camshaft deleted the bindings-aws-lc-rs branch February 15, 2024 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants