CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/01 13:51:31
Modified files:
lib/libssl : tls13_record_layer.c
Log message:
Split the handling of post handshake handshake messages into its
own recv function. This simplifies tls13_recod_layer_read_internal()
greatly and makes the phh handling easier to reason about since the
code is no longer glued to the right hand edge of the terminal.
ok jsing
