Convert HelloVerifyRequest construction to WPACKET
authorMatt Caswell <matt@openssl.org>
Wed, 21 Sep 2016 10:26:47 +0000 (11:26 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 22 Sep 2016 22:12:38 +0000 (23:12 +0100)
commitc536b6be1a72aefd632d5530106a67c516cb9f4b
treedfd17f38b563cb91dbd16fe83a917ac4948c03d7
parent4b0fc9fc7a8767f3e6289b2b9f4527db186b3566
Convert HelloVerifyRequest construction to WPACKET

We actually construct a HelloVerifyRequest in two places with common code
pulled into a single function. This one commit handles both places.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/d1_lib.c
ssl/ssl_locl.h
ssl/statem/statem_srvr.c