Use the read and write buffers in DTLSv1_listen()
authorMatt Caswell <matt@openssl.org>
Mon, 8 Oct 2018 14:46:51 +0000 (15:46 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 19 Oct 2018 13:24:40 +0000 (14:24 +0100)
commit2fc4c77c3f06443f4c476f6f58d83e5e108d1dce
treebbf0b600b4becd2127d6b7bfc571c47ed6e6852a
parentedcd29efd32c51f298ad5ab438e2d4cc5411e9a9
Use the read and write buffers in DTLSv1_listen()

Rather than using init_buf we use the record layer read and write buffers
in DTLSv1_listen(). These seem more appropriate anyway and will help with
the next commit.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/7375)
ssl/d1_lib.c
ssl/record/record.h
ssl/record/record_locl.h