CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/01 05:41:58
Modified files:
lib/libssl : ssl_tlsext.c tls13_key_share.c
Log message:
Correctly unpack client key shares.
Even if we're not processing/using the peer public key from the key share,
we still need to unpack it in order to parse the TLS extension correctly.
Resolves issues with TLSv1.3 clients talking to TLSv1.2 server.
ok tb@
