CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2019/01/20 18:20:11
Modified files: lib/libssl : s3_lib.c Log message: Ensure we free TLS 1.3 handshake state. There is no guarantee that ssl3_clear() is called before ssl3_free(), so free things here. Also move the chunk in ssl3_clear() up so that it is with the "free" code rather than the "reinit" code. ok beck@ tb@