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 SSL to continue decrypting data after renego completes #4234

Merged
merged 2 commits into from
Dec 25, 2024

Conversation

nanangizz
Copy link
Member

SSL socket test may get stuck in performance test. After investigation, it turns out that the scenario involves processing message containing both SSL renegotiation and data. When SSL renegotiation completes immediately, the SSL socket will not process the data (until another message is received). Unfortunately in the SSL socket test scenario there is no further message received, so the test get stuck waiting for the data.

@nanangizz nanangizz merged commit 8bc04d9 into master Dec 25, 2024
36 checks passed
@nanangizz nanangizz deleted the ssl-sock-renego branch December 25, 2024 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants