DTLS trace support.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 8 Mar 2013 16:45:37 +0000 (16:45 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 11 Mar 2013 13:05:07 +0000 (13:05 +0000)
commit890f2f8b92b385ef3898cdb4a15a071ffcf8107f
tree50f30a5d68bc79acb26704a39d251916018a597e
parentca303d333bb3ff61a946f92b2569ee98ae18c3cb
DTLS trace support.

Add DTLS record header parsing, different client hello format and add
HelloVerifyRequest message type.

Add code to d1_pkt.c to send message headers to the message callback.
ssl/d1_pkt.c
ssl/ssl_locl.h
ssl/t1_trce.c