CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2019/01/21 06:13:46
Modified files: lib/libssl : tls13_handshake.c tls13_internal.h Log message: Wire up the handshake message send and recv actions. This means that we actually receive and send handshake messages to and from the record layer. ok tb@