doc: add description about tls.subjectaltname

Feature 5234
pull/11112/head
Shivani Bhardwaj 2 years ago committed by Victor Julien
parent 83af42cc03
commit 719fda3967

@ -90,3 +90,4 @@ following keywords:
* ``quic.cyu.string``
* ``tls.certs``
* ``tls.cert_subject``
* ``tls.subjectaltname``

@ -121,6 +121,21 @@ Examples::
to use the previous name, but it's recommended that rules be converted to use
the new name.
tls.subjectaltname
------------------
Match TLS/SSL Subject Alternative Name field.
Examples::
tls.subjectaltname; content:"|73 75 72 69 63 61 74 61 2e 69 6f|";
``tls.subjectaltname`` is a 'sticky buffer'.
``tls.subjectaltname`` can be used as ``fast_pattern``.
``tls.subjectaltname`` supports multiple buffer matching, see :doc:`multi-buffer-matching`.
tls_cert_notbefore
------------------

Loading…
Cancel
Save