CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2018/06/02 10:45:31
Modified files: lib/libssl : ssl_srvr.c Log message: Convert ssl3_get_client_kex_ecdhe_ecp() to CBS. Also allocate a dedicated buffer to hold the shared secret, rather than reusing init_buf. ok inoguchi@ tb@