From f073cf2350596314be1375f8da81b42e2447c383 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Thu, 4 Apr 2024 16:19:56 +0530 Subject: [PATCH] eve/schema: add tls.subjectaltname fields Feature 5234 --- etc/schema.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index 5494878a96..dd7f0a6fc2 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -5820,6 +5820,13 @@ "issuerdn": { "type": "string" }, + "subjectaltname": { + "description": "TLS Subject Alternative Name field", + "type": "array", + "items": { + "type": "string" + } + }, "notafter": { "$ref": "#/$defs/tls_date" }, @@ -5844,6 +5851,13 @@ "issuerdn": { "type": "string" }, + "subjectaltname": { + "description": "TLS Subject Alternative Name field", + "type": "array", + "items": { + "type": "string" + } + }, "notafter": { "$ref": "#/$defs/tls_date" }, -- 2.47.2