CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/06 06:14:17
Modified files:
lib/libssl : ssl_locl.h ssl_tlsext.c
Log message:
Correctly handle key share extensions in a hello retry request.
In a hello retry request the server will only send the selected group and
not actually provide a key exchange. In this case we need to store the
server selected group for further processing.
ok tb@
