CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/04 23:55:37
Modified files:
lib/libssl : s3_lib.c ssl_locl.h t1_lib.c
Log message:
Clean up the code that checks if we can choose an EC cipher suite.
The tls1_check_ec_tmp_key() function is now rather misnamed, so just inline
the code. Also, rather than running tls1_get_shared_curve() once per EC
cipher suite, we can run it once at the start of the ssl3_choose_cipher()
function.
ok bluhm@ tb@
