mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
29 lines
1.3 KiB
ReStructuredText
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
|
|
~~~~~~~~~~~~~~~~~~
|
|
|