Actions
Feature #5516
closedtls: client cert detection
Effort:
Difficulty:
Label:
Description
Update various cert detection keywords to support client certs.
Updated by Victor Julien about 2 years ago
- Target version changed from TBD to 7.0.0-rc1
Updated by Victor Julien almost 2 years ago
- Priority changed from Normal to High
Updated by Victor Julien almost 2 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Jeff Lucovsky
Updated by Jeff Lucovsky almost 2 years ago
These already check the client cert (depending on direction)
- tls.subject
- tls.issuerdn
- tls.fingerprint
- tls_cert_notbefore
- tls_cert_notafter
- tls_cert_expired
- tls_cert_valid
These do not check the client cert and require update:
- tls.cert_fingerprint
- tls.cert_issuer
- tls.certs
- tls.cert_serial
- tls.cert_subject
Not sure about
- tls.store
Updated by Victor Julien almost 2 years ago
- Related to Feature #1096: tls: client certificate handling added
Updated by Jeff Lucovsky almost 2 years ago
- Status changed from Assigned to In Review
Updated by Jeff Lucovsky almost 2 years ago
Updated by Victor Julien almost 2 years ago
- Status changed from In Review to Closed
- Priority changed from High to Normal
Merged through https://github.com/OISF/suricata/pull/8314
Actions