CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/04 04:14:54
Modified files:
lib/libssl : ssl_clnt.c
Log message:
Refactor ssl3_get_server_kex_ecdhe() to separate parsing and validation.
If we receive something other than a "named curve", send a handshake
failure alert as we're unable to complete the handshake with the given
parameters. If the server responded with a curve that we did not advertise
send an illegal parameter alert.
ok inoguchi@ tb@
