CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2026/06/14 09:47:49

Modified files:
        lib/libssl     : ssl_tlsext.c 

Log message:
Improve TLSv1.3 server handling of no shared groups.

While we currently correctly handle the no-shared-group case, it currently
fails late when we try to create the key share. Improve detection and
handling so that we fail sooner and send an alert to the client when
processing client key shares.

While here rename preferred_group_found to shared_group_found - we look for
the client preferred group, but any group that we select will always be in
the client list (even if it's the last one).

Reported by the tlspuffin team.

ok tb@

Reply via email to