CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/22 19:24:38
Modified files:
lib/libssl : tls13_client.c tls13_handshake.c
tls13_internal.h tls13_server.c
Log message:
Pass a CBB to TLSv1.3 send handlers.
This avoids the need for each send handler to call
tls13_handshake_msg_start() and tls13_handshake_msg_finish().
ok beck@ tb@
