Re: [openssl-users] Loading multiple private keys a certificates on server program

2017-07-06 Thread Dr. Stephen Henson
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

Re: [openssl-users] Loading multiple private keys a certificates on server program

2017-06-28 Thread Salz, Rich via openssl-users
> 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

Re: [openssl-users] Loading multiple private keys a certificates on server program

2017-06-28 Thread Neetish Pathak
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

Re: [openssl-users] Loading multiple private keys a certificates on server program

2017-06-27 Thread Neetish Pathak
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