mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

Minor proposed changes from https://github.com/zeek/zeek/pull/3765, mostly cosmetic. Changes CI to be part of an already existing spicy CI job.
13 lines
533 B
Text
13 lines
533 B
Text
# This tests a normal SSL connection and the log it outputs.
|
|
|
|
# @TEST-REQUIRES: ! grep -q "#define ENABLE_SPICY_SSL" $BUILD/zeek-config.h # DTLS is not supported in Spicy SSL yet
|
|
# @TEST-EXEC: zeek -b -r $TRACES/tls/dtls1_0.pcap %INPUT
|
|
# @TEST-EXEC: btest-diff ssl.log
|
|
# @TEST-EXEC: btest-diff x509.log
|
|
# @TEST-EXEC: zeek -b -r $TRACES/tls/dtls1_2.pcap %INPUT
|
|
# @TEST-EXEC: cp ssl.log ssl1_2.log
|
|
# @TEST-EXEC: cp x509.log x5091_2.log
|
|
# @TEST-EXEC: btest-diff ssl1_2.log
|
|
# @TEST-EXEC: btest-diff x5091_2.log
|
|
|
|
@load base/protocols/ssl
|