projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deffd89
)
Adding padding extension to trace code.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 20 May 2014 00:48:51 +0000
(
01:48
+0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 20 May 2014 10:09:04 +0000
(11:09 +0100)
ssl/t1_trce.c
patch
|
blob
|
history
diff --git
a/ssl/t1_trce.c
b/ssl/t1_trce.c
index 2d0a74ce80eb0937fea86d17eac38b2cbf760262..0799a7af51bdfd6d72afd5b26efce6821100e294 100644
(file)
--- a/
ssl/t1_trce.c
+++ b/
ssl/t1_trce.c
@@
-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[] = {