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:29:52 +0000 (14:29 +0100)
commit585e691948ec71433f8f7f24799b18e62fe07bd3
tree679d17df6a2d29cf5a3b1287c60f5127e3cc0731
parent6c529877cda2f52d352fa4eec1d85786bd4c2d8d
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)

(cherry picked from commit 2fc4c77c3f06443f4c476f6f58d83e5e108d1dce)
ssl/d1_lib.c
ssl/record/record.h
ssl/record/record_locl.h