From: Lukas Sismis Date: Mon, 17 Oct 2022 08:01:37 +0000 (+0200) Subject: docs: remove outdated constraint of negation support for ssl_state X-Git-Tag: suricata-7.0.0-beta1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37cf365e19cf6288153ac467592c23d68195d28f;p=thirdparty%2Fsuricata.git docs: remove outdated constraint of negation support for ssl_state Commit 487cdda93d1836acc33323c3b57135c1844a8f41 adds negation support for the SSL state. --- diff --git a/doc/userguide/rules/tls-keywords.rst b/doc/userguide/rules/tls-keywords.rst index 963fda5d5b..2993b7b054 100644 --- a/doc/userguide/rules/tls-keywords.rst +++ b/doc/userguide/rules/tls-keywords.rst @@ -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 ----------