CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/13 11:53:16
Modified files:
lib/libssl : tls13_server.c
Log message:
Switch back to the legacy stack where the maximum is less than TLSv1.3.
This allows a server configured to only support TLSv1.2 and earlier, to
correctly handle connections from a TLSv1.3 capable client.
Issue reported by pvk@
ok inoguchi@ tb@
