CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/04/21 11:06:16
Modified files: lib/libssl : ssl_tlsext.c tls13_server.c Log message: Handle TLSv1.3 key shares other than X25519 on the server side. Previously we would only select an X25519 key share from the client, ignoring any others. Change this so that we will select the first of the key shares that matches one of our supported groups. ok beck@ inoguchi@ tb@