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

Validate DTLS message before decryption #59

Merged
merged 14 commits into from
Nov 6, 2024
Merged

Validate DTLS message before decryption #59

merged 14 commits into from
Nov 6, 2024

Conversation

JuhaPekkaa
Copy link
Collaborator

Problem:
Validate DTLS message before decryption

Why?
Check whether a buffer contains a valid and authentic record that has not been seen before.

Solution:
Use a function to check validity before decryption, Link to mbedtls

@JuhaPekkaa
Copy link
Collaborator Author

Currently, 1 test is failing and I don't know the reason for it.

@JuhaPekkaa JuhaPekkaa requested a review from szysas May 15, 2024 13:31
@JuhaPekkaa JuhaPekkaa requested a review from szysas May 29, 2024 12:41
@JuhaPekkaa JuhaPekkaa marked this pull request as ready for review September 4, 2024 14:25
@JuhaPekkaa JuhaPekkaa requested a review from szysas October 15, 2024 13:09
Copy link
Contributor

@szysas szysas left a comment

Choose a reason for hiding this comment

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

Still some work on netty dtlschannalhandler

@JuhaPekkaa JuhaPekkaa requested a review from szysas October 23, 2024 07:13
@JuhaPekkaa JuhaPekkaa requested a review from szysas October 30, 2024 07:27
Copy link
Contributor

@szysas szysas left a comment

Choose a reason for hiding this comment

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

🥇

@JuhaPekkaa JuhaPekkaa merged commit 3d81000 into master Nov 6, 2024
11 checks passed
@JuhaPekkaa JuhaPekkaa deleted the validate-dtls branch November 6, 2024 08:58
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