mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Merge branch 'topic/johanna/signed_certificate_timestamp' into topic/johanna/ocsp-new
This commit is contained in:
commit
b061a5db1a
17 changed files with 223 additions and 7 deletions
|
@ -0,0 +1,7 @@
|
|||
# @TEST-EXEC: bro -r $TRACES/tls/signed_certificate_timestamp.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff .stdout
|
||||
|
||||
event ssl_extension_signed_certificate_timestamp(c: connection, is_orig: bool, version: count, logid: string, timestamp: time, signature_and_hashalgorithm: SSL::SignatureAndHashAlgorithm, signature: string)
|
||||
{
|
||||
print version, timestamp, signature_and_hashalgorithm;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue