From 37cf365e19cf6288153ac467592c23d68195d28f Mon Sep 17 00:00:00 2001 From: Lukas Sismis Date: Mon, 17 Oct 2022 10:01:37 +0200 Subject: [PATCH] docs: remove outdated constraint of negation support for ssl_state Commit 487cdda93d1836acc33323c3b57135c1844a8f41 adds negation support for the SSL state. --- doc/userguide/rules/tls-keywords.rst | 2 -- 1 file changed, 2 deletions(-) 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 ----------