Actions
Feature #1896
closedReimplement tls.subject and tls.isserdn
Effort:
Difficulty:
Label:
Description
Reimplement these keywords using mpm, so we can write rules like this instead:
[...] tls_cert_subject; content:"example.com" [...]
This also enables us to use pcre to match on tls subject and issuer, and is a much better solution than the "strstr" implementation used today.
Updated by Victor Julien about 8 years ago
- Status changed from New to Closed
- Target version set to 3.2beta1
Actions