CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2020/01/21 05:08:04

Modified files:
        lib/libssl     : tls13_client.c tls13_internal.h 
                         tls13_record_layer.c 

Log message:
Correct legacy fallback for TLSv1.3 client.

When falling back to the legacy TLS client, in the case where a server has
sent a TLS record that contains more than one handshake message, we also
need to stash the unprocessed record data for later processing. Otherwise
we end up with missing handshake data.

ok beck@ tb@

Reply via email to