Skip to content

wolfSSL, fix handling of TLSv1.3 sessions - #15243

Closed
icing wants to merge 1 commit into
curl:masterfrom
icing:wolfssl-1.3-sessions-fix
Closed

wolfSSL, fix handling of TLSv1.3 sessions#15243
icing wants to merge 1 commit into
curl:masterfrom
icing:wolfssl-1.3-sessions-fix

Conversation

@icing

@icing icing commented Oct 10, 2024

Copy link
Copy Markdown
Contributor

Register a callback to get notified of new SSL sessions by wolfSSL. Remove the explicit session retrieval after handshake, since this does not work for TLSv1.3.

Adjust test expectations now that TLSv1.3 session resumption works in wolfSSL.

Based on #14135 by @ad-chaos

@icing
icing marked this pull request as ready for review October 10, 2024 09:48
@github-actions github-actions Bot added the tests label Oct 10, 2024
@icing
icing requested a review from bagder October 10, 2024 10:16
@bagder

bagder commented Oct 11, 2024

Copy link
Copy Markdown
Member

Oops, this has a merge conflict now!

Register a callback to get notified of new SSL sessions by wolfSSL.
Remove the explicit session retrieval after handshake, since this
does not work for TLSv1.3.

Adjust test expectations now that TLSv1.3 session resumption works
in wolfSSL.
@icing
icing force-pushed the wolfssl-1.3-sessions-fix branch from ee08ad9 to eb23116 Compare October 12, 2024 09:28
@icing

icing commented Oct 12, 2024

Copy link
Copy Markdown
Contributor Author

Oops, this has a merge conflict now!

resolved.

@bagder bagder closed this in 513904c Oct 13, 2024
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
Register a callback to get notified of new SSL sessions by wolfSSL.
Remove the explicit session retrieval after handshake, since this does
not work for TLSv1.3.

Adjust test expectations now that TLSv1.3 session resumption works
in wolfSSL.

Closes curl#15243
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants