CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/08 13:26:45
Modified files:
lib/libssl : ssl_clnt.c ssl_srvr.c
Log message:
Ensure the handshake transcript is cleaned up.
Add a check at the completion of the client/server handshake to ensure that
the handshake transcript has been freed. Fix the case where a server asks
the client for a certificate, but it does not have one, resulting in the
handshake transcript being left around post-handshake.
ok bcook@ tb@
