Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate 'extension_list' and rename to 'tls_extension_list' #936

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,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 @@ -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.",
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
Loading