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 any
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 ci