mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Change x509 not_before/not_after to not be based on local timezone
Not the not_before/not_after fields output GMT based times. Also adds a new btest diff canonifier which only removes the first timestamp in a line. Fixes GH-4521
This commit is contained in:
parent
19f2621f7b
commit
e797e15d38
5 changed files with 16 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
# Test that the timestamp of a pre-y-2000 certificate is correctly parsed
|
||||
|
||||
# @TEST-EXEC: zeek -b -r $TRACES/tls/telesec.pcap base/protocols/ssl
|
||||
# @TEST-EXEC: btest-diff x509.log
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-first-timestamp btest-diff x509.log
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue