mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
add a btest for ocsp http get
This commit is contained in:
parent
c2f1c428f0
commit
fc35ab9bf5
3 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path ocsp
|
||||
#open 2015-07-15-08-22-46
|
||||
#fields ts cid.orig_h cid.orig_p cid.resp_h cid.resp_p cuid certId.hashAlgorithm certId.issuerNameHash certId.issuerKeyHash certId.serialNumber req.id req.version req.requestorName resp_ts resp.id resp.responseStatus resp.responseType resp.version resp.responderID resp.producedAt resp.certStatus resp.thisUpdate resp.nextUpdate method
|
||||
#types time addr port addr port string string string string string string count string time string string string count string string string string string string
|
||||
1436909712.307162 192.168.6.109 54690 216.58.192.46 80 CXWv6p3arKYeMETxOg sha1 F2E06AF9858A1D8D709B4919237AA9B51A287E64 4ADD06161BBCF668B576F581B6BB621ABA5A812F 3D474496FF942316 - 0 - 1436909712.329517 Ft368Gc1ce0Juvj0d successful Basic OCSP Response 0 4ADD06161BBCF668B576F581B6BB621ABA5A812F 20150711011056Z good 20150711011056Z 20150718011056Z GET
|
||||
#close 2015-07-15-08-22-46
|
BIN
testing/btest/Traces/tls/ocsp-http-get.pcap
Normal file
BIN
testing/btest/Traces/tls/ocsp-http-get.pcap
Normal file
Binary file not shown.
|
@ -0,0 +1,4 @@
|
|||
# This tests a normal OCSP request sent through HTTP GET
|
||||
|
||||
# @TEST-EXEC: bro -C -r $TRACES/tls/ocsp-http-get.pcap %INPUT
|
||||
# @TEST-EXEC: btest-diff ocsp.log
|
Loading…
Add table
Add a link
Reference in a new issue