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

QUIC: Better SSL_clear() #62

Merged
merged 1 commit into from
Nov 2, 2021

Conversation

tmshort
Copy link
Member

@tmshort tmshort commented Nov 1, 2021

Undo SSL_clear() changes in test
Break apart SSL_clear() into SSL_clear_quic() and SSL_clear_not_quic()
In SSL_clear(), call both functions
In SSL_accept(), call SSL_clear_not_quic()
Don't make the new functions public.

Fixes #55

Checklist
  • documentation is added or updated
  • tests are added or updated

Undo SSL_clear() changes in test
Break apart SSL_clear() into SSL_clear_quic() and SSL_clear_not_quic()
In SSL_clear(), call both functions
In SSL_accept(), call SSL_clear_not_quic()
Don't make the new functions public.
@tmshort
Copy link
Member Author

tmshort commented Nov 1, 2021

Not worried about fuzz

@tmshort tmshort merged commit 3b79973 into quictls:openssl-3.0.0+quic Nov 2, 2021
@tmshort tmshort deleted the quictls-fix-clear-30 branch November 2, 2021 13:39
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.

SSL_clear do not reset the state of the QUIC members
3 participants