Re: [openssl-users] how to set temporary EC Diffie-Hellman parameters

2016-09-09 Thread yordanos beyene
I got my application to support openssl s_client connections using the ephemeral ECDH cipher suites. I didn't initialize it properly. Now I am looking at how to get my application accept openssl connections from a client with multiple curves instead of just "NID_X9_62_prime256v1". I appreciate

[openssl-users] how to set temporary EC Diffie-Hellman parameters

2016-09-08 Thread yordanos beyene
Hello, I appreciate if anyone can guide me how to set temporary EC Diffie-Hellman parameters to be able to accept SSL connections from a client using ephemeral ECDHE cipher. I have an ssl based application that can accept SSL connections. I can establish SSL connections from a client using RSA