Add a TLS1.3 TODO for the msg callback
authorMatt Caswell <matt@openssl.org>
Mon, 21 Nov 2016 17:11:51 +0000 (17:11 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 5 Dec 2016 17:05:40 +0000 (17:05 +0000)
commitf31d5e10058115679ba553d53bc0ee9bd17ea646
treece1efa3f7d0dd27a8851b7dcc2145347b248b3b4
parentb4c6e37e7428eec3d46b6737b60df8e423d0a8df
Add a TLS1.3 TODO for the msg callback

At the moment the msg callback only received the record header with the
outer record type in it. We never pass the inner record type - we probably
need to at some point.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/record/ssl3_record.c