[openssl.org #3103] [PATCH] Set TLS EC curve_id from EC group alone.

2013-11-01 Thread Stephen Henson via RT
On Fri Aug 02 10:23:33 2013, pi...@cloudflare.com wrote: Hello, attached patch fixes the issue with dropped support for EC cipher suites in software that uses SSL_OP_SINGLE_ECDH_USE after upgrading to OpenSSL-1.0.2+. Fixed now, thanks for the report. Steve. -- Dr Stephen N. Henson. OpenSSL

[openssl.org #3103] [PATCH] Set TLS EC curve_id from EC group alone.

2013-08-02 Thread Piotr Sikora via RT
Hello, attached patch fixes the issue with dropped support for EC cipher suites in software that uses SSL_OP_SINGLE_ECDH_USE after upgrading to OpenSSL-1.0.2+. As far as I can tell, the public key isn't necessary to set TLS EC curve_id and removing this requirement is safe. Best regards, Piotr