mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
add ocsp logging
This commit is contained in:
parent
e9baddfd6b
commit
d84d1d24e8
3 changed files with 241 additions and 5 deletions
|
@ -2961,8 +2961,14 @@ export {
|
|||
producedAt: string &log;
|
||||
responses: vector of SingleResp;
|
||||
#responseExtensions:xxx
|
||||
signatureAlgorithm: string &log;
|
||||
signature: string; #&log;
|
||||
signatureAlgorithm: string &log &optional;
|
||||
signature: string &optional; #&log;
|
||||
};
|
||||
type CertId: record {
|
||||
hashAlgorithm: string &log;
|
||||
issuerNameHash: string &log;
|
||||
issuerKeyHash: string &log;
|
||||
serialNumber: string &log;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue