]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
docs: remove outdated constraint of negation support for ssl_state
authorLukas Sismis <lsismis@oisf.net>
Mon, 17 Oct 2022 08:01:37 +0000 (10:01 +0200)
committerVictor Julien <vjulien@oisf.net>
Mon, 24 Oct 2022 08:58:37 +0000 (10:58 +0200)
Commit 487cdda93d1836acc33323c3b57135c1844a8f41 adds negation support for the SSL state.

doc/userguide/rules/tls-keywords.rst

index 963fda5d5b17b1ab4de966f6ac3cca4f357b0730..2993b7b054a0c5d2197cf043de2762fa74e37619 100644 (file)
@@ -246,8 +246,6 @@ The ``ssl_state`` keyword matches the state of the SSL connection. The possible
 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
-
 tls.random
 ----------