[openssl.org #3179] Feature Request: Set Preference List for EC Curves in Client

2014-06-27 Thread Stephen Henson via RT
As indicate feature already present in OpenSSL 1.0.2, ticket resolved. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org __ OpenSSL Project

[openssl.org #3179] Feature Request: Set Preference List for EC Curves in Client

2013-11-24 Thread noloa...@gmail.com via RT
ssl_prepare_clienthello_tlsext has the following in t1_lib.c around line 1690. pref_list[] is hard coded and includes some weaker curves. For example, pref_list[] include NID_secp160r2, which offers 80-bits of security. It would be nice to be able to replace the hard coded list with a list that

[openssl.org #3179] Feature Request: Set Preference List for EC Curves in Client

2013-11-24 Thread Stephen Henson via RT
On Sun Nov 24 22:00:30 2013, noloa...@gmail.com wrote: ssl_prepare_clienthello_tlsext has the following in t1_lib.c around line 1690. pref_list[] is hard coded and includes some weaker curves. For example, pref_list[] include NID_secp160r2, which offers 80-bits of security. It would be