Skip to content

Commit

Permalink
Deprecate 'extension_list' and rename to 'tls_extension_list'
Browse files Browse the repository at this point in the history
Signed-off-by: Ania Kacewicz <[email protected]>
  • Loading branch information
Aniak5 authored and floydtree committed Jan 23, 2024
1 parent 2f4796a commit 369e4a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,10 @@
"type": "extension"
},
"extension_list": {
"@deprecated": {
"message": "Use the <code> tls_extension_list </code> attribute instead.",
"since": "1.1.0"
},
"caption": "Extension List",
"description": "The list of TLS extensions.",
"is_array": true,
Expand Down Expand Up @@ -3544,6 +3548,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.",
Expand Down
3 changes: 3 additions & 0 deletions objects/tls.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"extension_list": {
"requirement": "optional"
},
"tls_extension_list": {
"requirement": "optional"
},
"handshake_dur": {
"requirement": "optional"
},
Expand Down

0 comments on commit 369e4a6

Please sign in to comment.