CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/04 06:15:11
Modified files:
lib/libssl : ssl_clnt.c ssl_kex.c ssl_locl.h
Log message:
Check DH public key in ssl_kex_peer_public_dhe().
Call DH_check_pub_key() after decoding the peer public key - this will be
needed for the server DHE key exchange, but also benefits the client.
ok inoguchi@ tb@
