Feature #1231
closed
- Assignee changed from Victor Julien to Jason Ish
- Target version changed from 3.0RC2 to 2.0.5
There is an incompatibility in the SSL app layer that prevents negation from working properly. The Suricata SSL states flags is an accumulation of states seen. So if we go from CLIENT_HELLO to SERVER_HELLO, both flags are set in the state. This prevents ssl_state:!client_hello from matching while in SERVER_HELLO.
It appears that Snort does not accumulate the states like Suricata does, so a rule with ssl_state:client_hello will not match while SERVER_HELLO, but it will match in Suricata.
- Target version changed from 2.0.5 to 3.0RC2
Looks like this is more complicated than initially thought, moving to 2.1
- Target version changed from 3.0RC2 to 70
- Status changed from Assigned to Closed
- Target version changed from 70 to 3.2
- Target version changed from 3.2 to 3.2beta1
Also available in: Atom
PDF