From: Victor Julien Date: Tue, 23 Aug 2022 10:01:18 +0000 (+0200) Subject: eve/schema: add tls client logging X-Git-Tag: suricata-7.0.0-beta1~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=308fe31cb5e9b77924c55c81a49271c975aba2bf;p=thirdparty%2Fsuricata.git eve/schema: add tls client logging --- diff --git a/etc/schema.json b/etc/schema.json index b0dbccf0a3..425bb79524 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -5076,6 +5076,31 @@ "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" },