CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/09 08:40:13
Modified files:
lib/libssl : ssl_clnt.c ssl_srvr.c
Log message:
Clean up ssl3_{send,get}_client_kex_gost()
Fix leaks, use sizeof() instead of hardcoded sizes, actually check return
codes, explicit_bzero() the premaster secret on the server side and
generally try to kick the GOST kex code into some sort of shape.
ok inoguchi@ tb@
