zeek/doc/scripts/policy/protocols/ssl/certificate-request-info.zeek.rst
Tim Wojtulewicz ded98cd373 Copy docs into Zeek repo directly
This is based on commit 2731def9159247e6da8a3191783c89683363689c from the
zeek-docs repo.
2025-09-26 02:58:29 +00:00

29 lines
1.3 KiB
ReStructuredText

:tocdepth: 3
policy/protocols/ssl/certificate-request-info.zeek
==================================================
.. zeek:namespace:: SSL
When the server requests a client certificate, it optionally may specify a list of CAs that
it accepts. If the server does this, this script adds this list to ssl.log.
:Namespace: SSL
:Imports: :doc:`base/protocols/ssl </scripts/base/protocols/ssl/index>`
Summary
~~~~~~~
Redefinitions
#############
=========================================== ===============================================================================================================================
:zeek:type:`SSL::Info`: :zeek:type:`record`
:New Fields: :zeek:type:`SSL::Info`
requested_client_certificate_authorities: :zeek:type:`vector` of :zeek:type:`string` :zeek:attr:`&optional` :zeek:attr:`&log`
List of client certificate CAs accepted by the server
=========================================== ===============================================================================================================================
Detailed Interface
~~~~~~~~~~~~~~~~~~