Adding padding extension to trace code.
(cherry picked from commit 6db14dbc514d6b8017827baebea4c75af8bb1976)
This commit is contained in:
parent
5d8e9f2ae0
commit
feaa3b380b
@ -365,7 +365,8 @@ static ssl_trace_tbl ssl_exts_tbl[] = {
|
|||||||
{TLSEXT_TYPE_opaque_prf_input, "opaque_prf_input"},
|
{TLSEXT_TYPE_opaque_prf_input, "opaque_prf_input"},
|
||||||
#endif
|
#endif
|
||||||
{TLSEXT_TYPE_renegotiate, "renegotiate"},
|
{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[] = {
|
static ssl_trace_tbl ssl_curve_tbl[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user