mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Baseline updates for recent SSL changes.
This commit is contained in:
parent
833168090a
commit
6ac158dedd
44 changed files with 405 additions and 399 deletions
|
@ -9,6 +9,8 @@
|
|||
@load base/frameworks/dpd
|
||||
@load base/protocols/imap
|
||||
|
||||
redef SSL::log_include_server_certificate_subject_issuer=T;
|
||||
|
||||
event imap_starttls(c: connection)
|
||||
{
|
||||
print "Tls started for connection";
|
||||
|
|
|
@ -4,3 +4,5 @@
|
|||
|
||||
@load base/protocols/rdp
|
||||
@load base/protocols/ssl
|
||||
|
||||
redef SSL::log_include_server_certificate_subject_issuer=T;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
@load base/frameworks/dpd
|
||||
|
||||
redef SSL::log_include_client_certificate_subject_issuer = T;
|
||||
redef SSL::log_include_server_certificate_subject_issuer = T;
|
||||
|
||||
event ssl_client_hello(c: connection, version: count, record_version: count, possible_ts: time, client_random: string, session_id: string, ciphers: index_vec, comp_methods: index_vec)
|
||||
{
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
@load base/protocols/ssl
|
||||
|
||||
redef SSL::log_include_client_certificate_subject_issuer = T;
|
||||
redef SSL::log_include_server_certificate_subject_issuer = T;
|
||||
|
||||
# Certificate has 10,000 alternative names :)
|
||||
event x509_ext_subject_alternative_name(f: fa_file, ext: X509::SubjectAlternativeName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue