Actions
Feature #5516
closed
VJ
JL
tls: client cert detection
Feature #5516:
tls: client cert detection
Effort:
Difficulty:
Label:
Description
Update various cert detection keywords to support client certs.
VJ Updated by Victor Julien over 3 years ago
- Target version changed from TBD to 7.0.0-rc1
VJ Updated by Victor Julien over 3 years ago
- Priority changed from Normal to High
VJ Updated by Victor Julien over 3 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Jeff Lucovsky
JL Updated by Jeff Lucovsky over 3 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
VJ Updated by Victor Julien over 3 years ago
- Parent task deleted (
#1096)
VJ Updated by Victor Julien over 3 years ago
- Related to Feature #1096: tls: client certificate handling added
JL Updated by Jeff Lucovsky over 3 years ago
- Status changed from Assigned to In Review
JL Updated by Jeff Lucovsky over 3 years ago
VJ Updated by Victor Julien over 3 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