mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Add support for two TLS 1.3 extensions.
New events: event ssl_extension_supported_versions(c: connection, is_orig: bool, versions: index_vec) event ssl_extension_psk_key_exchange_modes(c: connection, is_orig: bool, modes: index_vec)
This commit is contained in:
parent
0cd0ffed13
commit
6c9449c780
7 changed files with 185 additions and 0 deletions
|
@ -163,6 +163,10 @@ export {
|
|||
[42] = "early_data", # new for 1.3, state of draft-16
|
||||
[43] = "supported_versions", # new for 1.3, state of draft-16
|
||||
[44] = "cookie", # new for 1.3, state of draft-16
|
||||
[45] = "psk_key_exchange_modes", # new for 1.3, state of draft-18
|
||||
[46] = "TicketEarlyDataInfo", # new for 1.3, state of draft-16
|
||||
[47] = "certificate_authorities", # new for 1.3, state of draft-18
|
||||
[48] = "oid_filters", # new for 1.3, state of draft-18
|
||||
[13172] = "next_protocol_negotiation",
|
||||
[13175] = "origin_bound_certificates",
|
||||
[13180] = "encrypted_client_certificates",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue