mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-22 09:27:04 +00:00
Merge pull request #35 from mattslot/master
Add renegotiation_info extension
This commit is contained in:
commit
c3563374d9
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