CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/06 06:19:18
Modified files:
lib/libssl : tls13_client.c
Log message:
Add support for handling hello retry requests in the TLSv1.3 client.
In the case of a hello retry request, we need to replace the client hello
with a synthetic handshake message, switch key share to that selected by
the server, build and send a new client hello, then process the resulting
server hello.
ok tb@
