CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/21 03:44:08
Modified files:
lib/libssl : tls13_handshake.c tls13_internal.h
Log message:
The main handshake loop can be shared between client and server.
Pull the shared code up into a function and call it from tls13_connect()
and tls13_accept() instead of duplicating it.
"Yes, please!" tb@
