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

DTLS 1.3: Don't error out on app data before finishing handshake #8146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

julek-wolfssl
Copy link
Member

No description provided.

ssl->options.side == WOLFSSL_SERVER_END &&
ssl->earlyData != no_early_data &&
ssl->options.clientState == CLIENT_HELLO_COMPLETE) {
WOLFSSL_MSG("Processing EarlyData");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q: Do we check later that this is indeed early data (epoch 1) and not out-of-order app data?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added explicit check.

@julek-wolfssl julek-wolfssl force-pushed the dtls13-ooo-app-data branch 3 times, most recently from 5bc3915 to 26c7dc3 Compare November 5, 2024 10:43
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.

3 participants