mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
add parsing certificates in OCSP responses
This commit is contained in:
parent
12c68f197c
commit
1989f34a0a
4 changed files with 42 additions and 1 deletions
|
@ -3003,6 +3003,7 @@ export {
|
|||
#responseExtensions:xxx
|
||||
signatureAlgorithm: string &log &optional;
|
||||
signature: string &optional; #&log;
|
||||
certs: vector of opaque of x509 &optional;
|
||||
};
|
||||
type CertId: record {
|
||||
hashAlgorithm: string &log &optional;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue