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-core): updates to dc provider #2244

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

WesleyRosenblum
Copy link
Contributor

Description of changes:

dc provider implementations need to know if the local endpoint is a server or a client. This change adds that information to the dc::ConnectionInfo passed to the provider.

Also, the on_path_secrets_ready method may have reason to fail (such as if the given path secrets are using a cipher suite not supported by the provider implementation). This change makes that method fallible.

Testing:

Updated unit test

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

@WesleyRosenblum WesleyRosenblum merged commit 7a06121 into main Jun 11, 2024
128 checks passed
@WesleyRosenblum WesleyRosenblum deleted the WesleyRosenblum/dcproviderupdate branch June 11, 2024 22:57
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.

None yet

2 participants