Adding padding extension to trace code.
This commit is contained in:
parent
deffd89af3
commit
6db14dbc51
1 changed files with 2 additions and 1 deletions
|
@ -365,7 +365,8 @@ static ssl_trace_tbl ssl_exts_tbl[] = {
|
|||
{TLSEXT_TYPE_opaque_prf_input, "opaque_prf_input"},
|
||||
#endif
|
||||
{TLSEXT_TYPE_renegotiate, "renegotiate"},
|
||||
{TLSEXT_TYPE_next_proto_neg, "next_proto_neg"}
|
||||
{TLSEXT_TYPE_next_proto_neg, "next_proto_neg"},
|
||||
{TLSEXT_TYPE_padding, "padding"}
|
||||
};
|
||||
|
||||
static ssl_trace_tbl ssl_curve_tbl[] = {
|
||||
|
|
Loading…
Reference in a new issue