In ssl3_send_certificate_request(), when adding the extra payload if
authormiod <miod@openbsd.org>
Sun, 18 May 2014 16:10:26 +0000 (16:10 +0000)
committermiod <miod@openbsd.org>
Sun, 18 May 2014 16:10:26 +0000 (16:10 +0000)
commit4f7f7a3c899b86cd844c1f4d910f811567385252
tree20aa2ea6b905ec4a8e41149b325187a37ac7c3ee
parent2e3539fccc844d1324da2dc2eb513bfe0a7244a6
In ssl3_send_certificate_request(), when adding the extra payload if
NETSCAPE_HANG_BUG is defined, make sure we BUF_MEM_grow() the buffer to
accomodate for the payload size.

Issue reported by David Ramos; ok beck@
lib/libssl/s3_srvr.c
lib/libssl/src/ssl/s3_srvr.c