CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2017/04/14 09:19:39

Modified files:
        lib/libssl     : ssl_srvr.c 

Log message:
Clean up server key exchange EC point handling. Encode the point directly
into the CBB memory, rather than mallocing and memcpying, which also makes
makes the code more consistent with the client. Add a missing check for the
first EC_POINT_point2oct() call.

ok beck@

Reply via email to