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

chore(bindings): move tokio examples to dedicated folder #4954

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jmayclin
Copy link
Contributor

@jmayclin jmayclin commented Dec 6, 2024

Resolved issues:

resolves #4909 , #4910 , #4911

Description of changes:

All of the rust-sec issues are for transitive dependencies of one of our dev dependencies, clap. This can be solved by upgrading clap to 4.0, but that breaks our MSRV.

So instead we are moving the examples out of the main s2n-tls-tokio crate, and we are moving it into the dedicated rust-examples folder. This required two things.

  1. move rust-examples/client-hello-config-resolution/certs to rust-examples/certs. This allows all of the examples to use the same certs folder (or reuse certs)
  2. move the s2n-tls-tokio example binaries to a dedicated tokio-server-client example.

Testing:

I manually ran the examples to confirm that they were functioning as expected.

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 Dec 6, 2024
@jmayclin jmayclin marked this pull request as ready for review December 6, 2024 00:15
@jmayclin jmayclin enabled auto-merge December 10, 2024 21:02
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.

RUSTSEC-2024-0375: atty is unmaintained
3 participants