CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/13 09:51:29
Modified files:
lib/libssl : ssl_srvr.c
Log message:
More clean up of the RSA key exchange code.
Convert to CBS, use more appropriate variable names and improve validation.
Allocate a dedicated buffer to hold the decrypted result, rather than
decrypting into the handshake buffer (which is also used to send data).
ok beck@ inoguchi@ tb@
