Skip to content

Commit

Permalink
Merge pull request #35 from mattslot/master
Browse files Browse the repository at this point in the history
Add renegotiation_info extension
  • Loading branch information
adulau authored Sep 22, 2020
2 parents 28622f0 + e2f611a commit c356337
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ssl/ssl.enums.c
Original file line number Diff line number Diff line change
Expand Up @@ -2655,6 +2655,11 @@ decoder extension_decoder[] = {
"next_protocol_negotiation",
decode_extension
},
{
0xff01,
"renegotiation_info",
decode_extension
},

{-1}
};
Expand Down

0 comments on commit c356337

Please sign in to comment.