-
Notifications
You must be signed in to change notification settings - Fork 105
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
Crash on TLS stress test #1146
Comments
Error is about ci is null for some reason.
Maybe writer of this maens constant pointer to variable, but not pointer to constant. |
Hi, @kazan417 , Thank you for digging into the problem!
No, it must be pointer to constant and no error here. |
…empesta-tech/tempesta#1146 is fixed" This reverts commit ed61b0c.
…llo, while we still don't know the cipher suite. So calculate two checksums in parallel and copy SHA256 contex if necessary when ClientHello sets xfrm.ciphersuite_info. The rest of the patch, besides ttls_update_checksum() changes, is coding style adjustments.
…llo, while we still don't know the cipher suite. So calculate two checksums in parallel and copy SHA256 contex if necessary when ClientHello sets xfrm.ciphersuite_info. The rest of the patch, besides ttls_update_checksum() changes, is coding style adjustments.
Just caught on VM during
tls.test_tls_stress.StressTls.test_tls
test on CI. Tempesta is at current master.The text was updated successfully, but these errors were encountered: