mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
mysql: Recognize when client/server negotiate SSL
This instantiates the SSL analyzer when the client requests SSL so that Zeek now has a bit more visibility into encrypted MySQL connections. The pattern used is the same as in the IMAP, POP or XMPP analyzer.
This commit is contained in:
parent
e9caea9694
commit
fa48c88533
16 changed files with 144 additions and 13 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue