CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2019/01/19 19:57:16
Modified files: lib/libssl : tls13_handshake.c Log message: Add some internal consistency checks to the handshake state handling. Fix the tls13_handshake_advance_state_machine() return value, which inadvertantly got flipped in an earlier commit. Also move this function to a more suitable location. ok tb@