On Tue, Jun 27, 2017, Neetish Pathak wrote:
>
> SSL_CTX_use_certificate_file to load the certificate but the server always
> picks just the first certificate mentioned in the file and fails for one of
> the cases with no cipher shared message
>
> What should we do to store multiple certificates
> I am building a server and client program. I wanted to know if the client
> intends to use a particular cipher suite ECDHE256 ECDSA 256 types and
> presents it to the server as its only ciphersuite. Then who decides the
> Diffie-hellman and EC parameters. Should the parameters be decided on th
Hi ,
I am building a server and client program. I wanted to know if the client
intends to use a particular cipher suite ECDHE256 ECDSA 256 types and
presents it to the server as its only ciphersuite. Then who decides the
Diffie-hellman and EC parameters. Should the parameters be decided on the
cli
Thanks
1) How can i load multiple private keys and certificates on the server side.
I need to use different keys and certificates when the client explicitly
asks for a particular cipher.
E.g The client can send the ciphersuite as
ECDHE-RSA-AES256-GCM-SHA384 for first connection
and then
ECDHE-ECD