From 555948d72e6fbaffa79d424c647f920088339e2d Mon Sep 17 00:00:00 2001 From: Ania Kacewicz Date: Mon, 22 Jan 2024 18:11:52 -0500 Subject: [PATCH] Deprecate 'extension_list' and rename to 'tls_extension_list' Signed-off-by: Ania Kacewicz --- dictionary.json | 10 ++++++++++ objects/tls.json | 3 +++ 2 files changed, 13 insertions(+) diff --git a/dictionary.json b/dictionary.json index cc4e7bf22..84e0b785f 100644 --- a/dictionary.json +++ b/dictionary.json @@ -1447,6 +1447,10 @@ "type": "extension" }, "extension_list": { + "@deprecated": { + "message": "Use the tls_extension_list attribute instead.", + "since": "1.1.0" + }, "caption": "Extension List", "description": "The list of TLS extensions.", "is_array": true, @@ -3492,6 +3496,12 @@ "description": "The Transport Layer Security (TLS) attributes.", "type": "tls" }, + "tls_extension_list": { + "caption": "TLS Extension List", + "description": "The list of TLS extensions.", + "is_array": true, + "type": "tls_extension" + }, "to": { "caption": "To", "description": "The email header To values, as defined by RFC 5322.", diff --git a/objects/tls.json b/objects/tls.json index 1f7d55ba3..84b19bcd0 100644 --- a/objects/tls.json +++ b/objects/tls.json @@ -22,6 +22,9 @@ "extension_list": { "requirement": "optional" }, + "tls_extension_list": { + "requirement": "optional" + }, "handshake_dur": { "requirement": "optional" },