mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Merge branch 'topic/awelzel/mysql-start-tls'
* topic/awelzel/mysql-start-tls: mysql: Recognize when client/server negotiate SSL
This commit is contained in:
commit
87d6efafb0
18 changed files with 167 additions and 14 deletions
|
@ -7,12 +7,12 @@
|
|||
# @TEST-EXEC: mkdir tls-13 && mv *log tls-13
|
||||
#
|
||||
# @TEST-EXEC: btest-diff tls-12/conn.log
|
||||
# #TEST-EXEC: btest-diff tls-12/ssl.log
|
||||
# #TEST-EXEC: btest-diff tls-12/x509.log
|
||||
# @TEST-EXEC: btest-diff tls-12/ssl.log
|
||||
# @TEST-EXEC: btest-diff tls-12/x509.log
|
||||
#
|
||||
# @TEST-EXEC: btest-diff tls-13/conn.log
|
||||
# #TEST-EXEC: btest-diff tls-13/ssl.log
|
||||
# #TEST-EXEC: ! test -f tls-13/x509.log
|
||||
# @TEST-EXEC: btest-diff tls-13/ssl.log
|
||||
# @TEST-EXEC: ! test -f tls-13/x509.log
|
||||
|
||||
@load base/protocols/conn
|
||||
@load base/protocols/mysql
|
||||
|
|
|
@ -5,5 +5,12 @@
|
|||
# @TEST-EXEC: touch mysql.log
|
||||
# @TEST-EXEC: zeek -b -r $TRACES/mysql/encrypted.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff mysql.log
|
||||
#
|
||||
# Ensure the connection was handed off by peaking into some other logs.
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
# @TEST-EXEC: btest-diff ssl.log
|
||||
# @TEST-EXEC: btest-diff x509.log
|
||||
|
||||
@load base/protocols/conn
|
||||
@load base/protocols/mysql
|
||||
@load base/protocols/ssl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue