mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Expand the size of the log-size filters for x509
This commit is contained in:
parent
0ec2161b04
commit
8a4bc084f9
2 changed files with 32 additions and 2 deletions
|
@ -10,6 +10,9 @@ redef record X509::Info += {
|
|||
cert: string &log &optional;
|
||||
};
|
||||
|
||||
## Certificates can be large and we don't want to risk truncating the output.
|
||||
redef X509::default_max_field_string_bytes = 0;
|
||||
|
||||
event x509_certificate(f: fa_file, cert_ref: opaque of x509, cert: X509::Certificate) &priority=1
|
||||
{
|
||||
if ( ! f$info?$x509 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue