CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/10 11:15:02
Modified files:
lib/libssl : tls13_handshake.c tls13_handshake.h
tls13_internal.h tls13_server.c
Log message:
Remove some unnecessary handshake enums/functions.
Both session tickets and key updates are post-handshake handshake messages,
which were originally included in the handshake code.
ok inoguchi@ tb@
