Andi 10 years ago committed by Victor Julien
parent 733f1a5842
commit 07dac046d9

@ -1,4 +1,4 @@
TLS Keywords
SSL/TLS Keywords
============
Suricata comes with several rule keywords to match on various properties of TLS/SSL handshake. Matches are string inclusion matches.
@ -68,3 +68,12 @@ tls.store
store TLS/SSL certificate on disk
Support added in Suricata version 1.4.
ssl_state
---------
The ``ssl_state`` keyword matches the state of the SSL connection. The possible states
are ``client_hello``, ``server_hello``, ``client_keyx``, ``server_keyx`` and ``unknown``.
You can specify several states with ``|`` (OR) to check for any of the specified states.
Negation support is not available yet, see https://redmine.openinfosecfoundation.org/issues/1231

Loading…
Cancel
Save