Adding padding extension to trace code.
This commit is contained in:
parent
deffd89af3
commit
6db14dbc51
@ -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…
x
Reference in New Issue
Block a user