Add renegotiation_info extension

This commit is contained in:
Matt Slot 2020-09-09 12:47:53 -04:00
parent 28622f065c
commit e2f611a18f

View file

@ -2655,6 +2655,11 @@ decoder extension_decoder[] = {
"next_protocol_negotiation",
decode_extension
},
{
0xff01,
"renegotiation_info",
decode_extension
},
{-1}
};