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

ktls: rm kTLS request field on config #3816

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

toidiu
Copy link
Contributor

@toidiu toidiu commented Feb 7, 2023

Description of changes:

Upon further discussion, we decided to shift the API call pattern for kTLS. Instead of requesting kTLS on the config, the application will now call s2n_ktls_enable(conn) after the handshake is complete (s2n_negotiate).

The primary advantage of this is that the application can get immediate feedback on if kTLS was enabled. This PR removes some fields which were added in prior PRs.

Is this a refactor change? If so, how have you proved that the intended behavior hasn't changed?

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

@toidiu toidiu enabled auto-merge (squash) February 7, 2023 23:42
@toidiu toidiu merged commit c050b08 into aws:main Feb 8, 2023
@toidiu toidiu deleted the ak-ktls4_rm_config_request branch February 8, 2023 01:07
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