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

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
25 lines
759 B
ReStructuredText
25 lines
759 B
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/ssl/log-hostcerts-only.bro
|
|
===========================================
|
|
.. bro:namespace:: X509
|
|
|
|
When this script is loaded, only the host certificates (client and server)
|
|
will be logged to x509.log. Logging of all other certificates will be suppressed.
|
|
|
|
:Namespace: X509
|
|
:Imports: :doc:`base/files/x509 </scripts/base/files/x509/index>`, :doc:`base/protocols/ssl </scripts/base/protocols/ssl/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
========================================================== =
|
|
:bro:type:`X509::Info`: :bro:type:`record`
|
|
:bro:type:`fa_file`: :bro:type:`record` :bro:attr:`&redef`
|
|
========================================================== =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|