commit | 6db14dbc514d6b8017827baebea4c75af8bb1976 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Tue May 20 01:48:51 2014 +0100 |
committer | Dr. Stephen Henson <steve@openssl.org> | Tue May 20 11:09:04 2014 +0100 |
tree | cf52490a65b77e1aea993478b78022a19769052c | |
parent | deffd89af34022ba3ef11b0fb1af637f28159064 [diff] [blame] |
Adding padding extension to trace code.
diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index 2d0a74c..0799a7a 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c
@@ -365,7 +365,8 @@ {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[] = {