CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/05/18 10:10:26
Modified files: lib/libssl/src/ssl: s3_srvr.c Log message: 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@