Actions
Bug #1151
closedtls.store not working when a TLS filter keyword is used
Affected Versions:
Effort:
Difficulty:
Label:
Description
Pierre Chifflier pointed out that a rule like:
alert tls any any -> any any (msg:"TLS store"; tls.issuerdn:!"C=FR"; tls.store;)
was alerting but not storing the certificate. If the filter is removed:
alert tls any any -> any any (msg:"TLS store"; tls.store;)
then tls.store is working as expected.
Actions