Author :
tb
Date :
2020-06-01 19:51:31
Hash :0cd4ba86 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