policy/protocols/ssl/certificate-request-info.zeek

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

base/protocols/ssl

Summary

Redefinitions

SSL::Info: record

New Fields

SSL::Info

requested_client_certificate_authorities: vector of string &optional &log

List of cient certificate CAs accepted by the server

Detailed Interface