CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2016/11/05 02:26:37
Modified files: lib/libssl : s3_clnt.c ssl_locl.h t1_lib.c Log message: Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve() in the process. This also fixes a long standing bug where tls1_ec_curve_id2nid() is called with only one byte of the curve ID. ok beck@ miod@