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 #111 multiple SEC_I_RENEGOTIATE #112

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

kobykahane
Copy link
Contributor

Avoid eagerly calling decrypt on any extra buffer returned by a successful handshake. The data will be decrypted when the stream is later read in fill_buf, where any additional SEC_I_RENEGOTIATE will properly perform another handshake.

@kobykahane kobykahane marked this pull request as ready for review November 2, 2024 10:49
@steffengy
Copy link
Owner

Thanks

@steffengy steffengy merged commit ac0231c into steffengy:master Nov 10, 2024
7 checks passed
@kobykahane kobykahane deleted the fix_tls_13 branch November 10, 2024 19:53
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.

2 participants