]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add tls client logging
authorVictor Julien <vjulien@oisf.net>
Tue, 23 Aug 2022 10:01:18 +0000 (12:01 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 21 Sep 2022 04:43:48 +0000 (06:43 +0200)
etc/schema.json

index b0dbccf0a316dbea936cce59f3e1d39e5612d1c0..425bb79524ad7ebf71c23cb2bb47bcafd7d4e9e1 100644 (file)
             "type": "object",
             "optional": true,
             "properties": {
+                "client": {
+                    "type": "object",
+                    "optional": true,
+                    "properties": {
+                        "fingerprint": {
+                            "type": "string"
+                        },
+                        "issuerdn": {
+                            "type": "string"
+                        },
+                        "notafter": {
+                            "type": "string"
+                        },
+                        "notbefore": {
+                            "type": "string"
+                        },
+                        "serial": {
+                            "type": "string"
+                        },
+                        "subject": {
+                            "type": "string"
+                        }
+                    },
+                    "additionalProperties": false
+                },
                 "fingerprint": {
                     "type": "string"
                 },