We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At: https://github.com/fridex/af_ktls/blob/master/af_ktls.c#L1046 you do not check whether the data received are sufficient before starting reading the header.
The text was updated successfully, but these errors were encountered:
Thanks! There should be also check whether TLS/DTLS record size based on header corresponds to size that was actually peeked.
EDIT: check whether TLS/DTLS record size based on header corresponds to peeked size is actually done
Sorry, something went wrong.
Fix peeked size check
c851e8c
Check peeked size against minimal record size before accessing header fields. fixes #23
This issue can be closed.
Fixed in #62
fridex
Successfully merging a pull request may close this issue.
At: https://github.com/fridex/af_ktls/blob/master/af_ktls.c#L1046
you do not check whether the data received are sufficient before starting reading the header.
The text was updated successfully, but these errors were encountered: