Add a (D)TLS dumper BIO
authorMatt Caswell <matt@openssl.org>
Mon, 4 Jul 2016 13:51:56 +0000 (14:51 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Aug 2016 12:52:40 +0000 (13:52 +0100)
commitd9a2e90bcede62cce36a845a677f99a22c419a9c
treecb504edf240084aaf8bddbbcb094c601965f9cfd
parent15269e565427e9025c733c2a8b3d4b6d6c5a3bd3
Add a (D)TLS dumper BIO

Dump out the records passed over the BIO. Only works for DTLS at the
moment but could easily be extended to TLS.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/ssltestlib.c
test/ssltestlib.h