CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/23 05:57:41
Modified files:
lib/libssl : tls13_internal.h tls13_record_layer.c
Log message:
Provide the option to retry or return after post-handshake messages.
In TLSv1.3 post-handshake handshake messages are used for key updates and
session tickets. These are in-band and mean that when the upper layer goes
to read application data, we can end up reading and having to process
handshake messages - this option changes whether we retry and read the
next TLS record, or if we return, signalling that we want more data to
be available.
ok beck@ inoguchi@ tb@