zeek/scripts/base/files/x509
Johanna Amann b02f22a667 Change SSL and X.509 logging format
This commit changes the SSL and X.509 logging formats to something that,
hopefully, slowly approaches what they will look like in the future.

X.509 log is not yet deduplicated; this will come in the future.

This commit introduces two new options, which determine if certificate
issuers and subjects are still logged in ssl.log. The default is to have
the host subject/issuer logged, but to remove client-certificate
information. Client-certificates are not a typically used feature
nowadays.
2021-06-29 09:26:43 +01:00
..
__load__.zeek Enable OCSP logging by default. 2021-06-29 09:26:29 +01:00
certificate-event-cache.zeek Enable OCSP logging by default. 2021-06-29 09:26:29 +01:00
log-ocsp.zeek Enable OCSP logging by default. 2021-06-29 09:26:29 +01:00
main.zeek Change SSL and X.509 logging format 2021-06-29 09:26:43 +01:00
README SSL: Update OCSP/SCT scripts and documentation. 2017-07-27 16:22:40 -07:00

Support for X509 certificates with the file analysis framework.
Also supports parsing OCSP requests and responses.