Add support to SSL_trace() for inner content types
authorMatt Caswell <matt@openssl.org>
Fri, 5 May 2017 10:55:55 +0000 (11:55 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 8 May 2017 10:42:37 +0000 (11:42 +0100)
commitad5100bc41876a9e81b23dfa89899e640d5d1996
tree9d443fa81882fb99aa5860c9b09f53ff8d2757a3
parenteee2750bd3d25265bb44d029877434d2cc80970c
Add support to SSL_trace() for inner content types

When using the -trace option with TLSv1.3 all records appear as "application
data". This adds the ability to see the inner content type too.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3408)
include/openssl/ssl3.h
ssl/record/rec_layer_s3.c
ssl/record/ssl3_record.c
ssl/t1_trce.c