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

Read start: check ssl engine data #200

Merged
merged 4 commits into from
Jan 30, 2024
Merged

Conversation

ekoby
Copy link
Member

@ekoby ekoby commented Jan 30, 2024

when application stops reading (tlsuv_stream_read_stop) or right after handshake is complete, there may be SSL data that was already read from the wire but not processed/delivered to application.

This change makes sure that buffered SSL data is delivered to the application as soon as requested via tlsuv_stream_read_start()

ekoby added 2 commits January 30, 2024 09:18
application may stop reading when SSL packet(s) was read from the wire but not delivered to application.
@ekoby ekoby requested a review from a team as a code owner January 30, 2024 14:25
@ekoby ekoby merged commit de411b0 into main Jan 30, 2024
7 checks passed
@ekoby ekoby deleted the read-start-check-ssl-engine-data branch January 30, 2024 16:27
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