[Bug 55915] Add ECDHE support to tcnative-1.dll

2014-05-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55915 Ognjen Blagojevic changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #6 from Ogn

[Bug 55915] Add ECDHE support to tcnative-1.dll

2014-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55915 --- Comment #5 from jeffrey.jan...@polydyne.com --- Wanted to report that the Qualys SSL Labs' SSl test tool is now reporting that, with this version, the ECDHE ciphers are available and will be used by the IE releases that support them (not

Re: [Bug 55915] Add ECDHE support to tcnative-1.dll

2014-04-09 Thread Mladen Turk
On 04/09/2014 10:27 AM, Tim Whittington wrote: Does this need a SSL_CTX_set_options(c->ctx, SSL_OP_SINGLE_ECDH_USE) as well? Seems it does. Just committed a code found in mod_ssl. Regards -- ^TM - To unsubscribe, e-mail: de

Re: [Bug 55915] Add ECDHE support to tcnative-1.dll

2014-04-09 Thread Tim Whittington
Does this need a SSL_CTX_set_options(c->ctx, SSL_OP_SINGLE_ECDH_USE) as well? The API docs are pretty sparse, but it looks like mod_ssl does this (as well as nginx etc.) The description in ssl.h is “If set, always create a new key when using tmp_ecdh parameters” Reading the docs for the equival

[Bug 55915] Add ECDHE support to tcnative-1.dll

2014-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55915 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55915] Add ECDHE support to tcnative-1.dll

2014-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55915 --- Comment #3 from Mladen Turk --- New versions will be configured at build time using perl Configure enable-ecdh enable-ec enable-ecdsa ... -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 55915] Add ECDHE support to tcnative-1.dll

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55915 --- Comment #2 from jeffrey.jan...@polydyne.com --- I just wanted to an importance stress to this bug. At this time, support for ECDHE is the only way to get Forward Secrecy support with Internet Explorer browsers. Firefox, Chrome, and Safar

[Bug 55915] Add ECDHE support to tcnative-1.dll

2014-04-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55915 jeffrey.jan...@polydyne.com changed: What|Removed |Added Summary|Add EECDH support to|Add ECDHE support to