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

Merged
merged 1 commit into from
Feb 26, 2025

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.

…engths.

Increase the memory size for storing SSL data in eBPF to 16K according to the OpenSSL RFC 5246 standard.
@cfc4n cfc4n merged commit 6422f15 into gojue:master Feb 26, 2025
6 checks passed
@cfc4n cfc4n deleted the max_openssl_size branch March 2, 2025 05:08
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