mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Cleaned up some small SSL mistakes.
This commit is contained in:
parent
eda2245e9e
commit
e07e4ca117
2 changed files with 5 additions and 2 deletions
|
@ -14,7 +14,7 @@ export {
|
|||
|
||||
}
|
||||
|
||||
event ssl_established(c: connection) &priority=5
|
||||
event ssl_established(c: connection) &priority=3
|
||||
{
|
||||
# If there aren't any certs we can't very well do certificate validation.
|
||||
if ( !c$ssl?$cert || !c$ssl?$cert_chain )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue