CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/09 02:26:16
Modified files:
lib/libssl : tls13_server.c
Log message:
Refactor tls13_server_hello_sent().
Split the record protection engagement code into a separate
tls13_server_engage_record_protection() function and call this from
tls13_server_hello_sent(). Also move some functions around to keep the
logical ordering/grouping.
ok inoguchi@ tb@ (as part of a larger diff)
