Re: [HACKERS] [PATCH 2/2] SSL: Support ECDH key excange.

2013-12-07 Thread Peter Eisentraut
On Thu, 2013-11-07 at 01:59 +0200, Marko Kreen wrote: > This sets up ECDH key exchange, when compiling against OpenSSL > that supports EC. Then ECDHE-RSA and ECDHE-ECDSA ciphersuites > can be used for SSL connections. Latter one means that EC keys > are now usable. Committed v2. -- Sent via

[HACKERS] [PATCH 2/2] SSL: Support ECDH key excange.

2013-11-06 Thread Marko Kreen
This sets up ECDH key exchange, when compiling against OpenSSL that supports EC. Then ECDHE-RSA and ECDHE-ECDSA ciphersuites can be used for SSL connections. Latter one means that EC keys are now usable. The reason for EC key exchange is that it's faster than DHE and it allows to go to higher s