CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/07/20 00:20:44
Modified files: lib/libssl : tls13_lib.c Log message: Correct server-side handling of TLSv1.3 key updates. The existing code updates the correct secret, however then sets it for the wrong direction. Fix this, while untangling the code and consistenly using 'read' and 'write' rather than 'local' and 'peer'. ok beck@ tb@