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

Fix: #740, the bug of incomplete SSL data for excessively long lengths. #742

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

Conversation

cfc4n
Copy link
Member

@cfc4n cfc4n commented Feb 23, 2025

Fix: #740
Increase the memory size for storing SSL data in eBPF to 16K according to the OpenSSL RFC 5246 standard.

@cfc4n cfc4n added the fix bug fix PR label Feb 23, 2025
Fix: gojue#740 , Increase the memory size for storing SSL data in eBPF to 16K according to the OpenSSL RFC 5246 standard.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix bug fix PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MAX_DATA_SIZE_OPENSSL 4096 makes export ssl data incomplete
1 participant