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.
36 lines
1.6 KiB
ReStructuredText
36 lines
1.6 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/ssl/validate-ocsp.zeek
|
|
=======================================
|
|
.. zeek:namespace:: SSL
|
|
|
|
Perform validation of stapled OCSP responses.
|
|
|
|
:Namespace: SSL
|
|
:Imports: :doc:`base/frameworks/notice </scripts/base/frameworks/notice/index>`, :doc:`base/protocols/ssl </scripts/base/protocols/ssl/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
============================================ ===========================================================================
|
|
:zeek:type:`Notice::Type`: :zeek:type:`enum`
|
|
|
|
* :zeek:enum:`SSL::Invalid_Ocsp_Response`:
|
|
This indicates that the OCSP response was not deemed
|
|
to be valid.
|
|
:zeek:type:`SSL::Info`: :zeek:type:`record`
|
|
|
|
:New Fields: :zeek:type:`SSL::Info`
|
|
|
|
ocsp_status: :zeek:type:`string` :zeek:attr:`&log` :zeek:attr:`&optional`
|
|
Result of ocsp validation for this connection.
|
|
|
|
ocsp_response: :zeek:type:`string` :zeek:attr:`&optional`
|
|
ocsp response as string.
|
|
============================================ ===========================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|