Merge pull request #35 from mattslot/master

Add renegotiation_info extension
This commit is contained in:
Alexandre Dulaunoy 2020-09-22 15:44:50 +02:00 committed by GitHub
commit c3563374d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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