You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The immediate cause of crashing is the inverted condition in the triggered BUG_ON(). The exact code path with that BUG_ON() is executed because the test tries elliptic curves while the server certificate has only RSA.
I believe, the correct behavior in that case should be to drop connection. (Maybe with a TLS alert. I'm not sure here. This is clearly not a highly expected scenario.)
Uh oh!
There was an error while loading. Please reload this page.
./run_tests.py -n tls.test_tls_handshake.Tls12
(from tempesta-tech/tempesta-test#103) leads to the crashThe text was updated successfully, but these errors were encountered: