mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

There was a bug in the new parsing code, introduced in
708ede22c6
which parses validity times
incorrectly if they are before the year 2000. What happens in this case
is that the 2-digit year will be interpreted to be in the 21st century
(1999 will be parsed as 2099, e.g.).
5 lines
156 B
Text
5 lines
156 B
Text
# Test that the timestamp of a pre-y-2000 certificate is correctly parsed
|
|
|
|
# @TEST-EXEC: bro -r $TRACES/tls/telesec.pcap
|
|
# @TEST-EXEC: btest-diff x509.log
|
|
|