mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Adding the draft SSL extension type next_protocol_negotiation.
This commit is contained in:
parent
6d3d289d5c
commit
8ab372ccff
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ export {
|
|||
[13] = "signature_algorithms",
|
||||
[14] = "use_srtp",
|
||||
[35] = "SessionTicket TLS",
|
||||
[13172] = "next_protocol_negotiation",
|
||||
[65281] = "renegotiation_info"
|
||||
} &default=function(i: count):string { return fmt("unknown-%d", i); };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue