CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2018/05/19 08:23:16
Modified files: lib/libssl : ssl_srvr.c Log message: Clean out a pile of cruft from ssl3_get_client_kex_ecdhe_ecp(). For pure ECDHE we do not need to construct a new key using the one that was set up during the other half of the key exchange. Also, since we do not support any form of ECDH the n == 0 case is not valid (per RFC 4492 section 5.7), so we can ditch this entirely. ok inoguchi@ tb@