CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2020/04/06 10:28:38

Modified files:
        lib/libssl     : tls13_client.c 

Log message:
Send a zero-length session identifier if TLSv1.3 is not enabled.

If the maximum version is less than TLSv1.3, send a zero-length session
identifier (matching the behaviour of the legacy TLS stack), rather than
a 32 byte random identifier. The 32 byte random identifier is only needed
for "compatibility" mode in TLSv1.3.

ok beck@

Reply via email to