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

fix(bindings): enable session tickets after setting callback #4292

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Nov 16, 2023

Description of changes:

The current API requires the caller to both call enable_session_tickets(true) and set_session_ticket_callback(cb). This PR, instead, automatically enables session tickets when setting the session ticket callback, since that should be explicit enough of the intention to handle session tickets.

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 Nov 16, 2023
@camshaft camshaft marked this pull request as ready for review November 16, 2023 00:28
@camshaft camshaft enabled auto-merge (squash) November 16, 2023 03:25
@camshaft camshaft merged commit 989a604 into aws:main Nov 16, 2023
23 checks passed
@camshaft camshaft deleted the auto-enable-session-tickets branch November 16, 2023 03:44
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