mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 01:17:04 +00:00
Add renegotiation_info extension
This commit is contained in:
parent
28622f065c
commit
e2f611a18f
1 changed files with 5 additions and 0 deletions
|
@ -2655,6 +2655,11 @@ decoder extension_decoder[] = {
|
||||||
"next_protocol_negotiation",
|
"next_protocol_negotiation",
|
||||||
decode_extension
|
decode_extension
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
0xff01,
|
||||||
|
"renegotiation_info",
|
||||||
|
decode_extension
|
||||||
|
},
|
||||||
|
|
||||||
{-1}
|
{-1}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue