mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

This commit add the table SSL::ct_logs to Bro. This table is populated with information about the currently active certificate transparency logs (data from Google). The data can, e.g., be used to identify which Logs are being used in SCTs.
7 lines
104 B
Text
7 lines
104 B
Text
@load ./consts
|
|
@load ./main
|
|
@load ./mozilla-ca-list
|
|
@load ./ct-list
|
|
@load ./files
|
|
|
|
@load-sigs ./dpd.sig
|