CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/20 09:16:06
Modified files:
lib/libssl : ssl_tlsext.c
Log message:
Simplify tlsext_supported_groups_server_parse
Add an early return in the s->internal->hit case so that we can unindent
a lot of this code. In the HRR case, we do not need to check that the list
of supported groups is unmodified from the first CH. The CH extension
hashing already does that for us.
ok jsing
