Re: Generation ECDHE parameters

2012-08-27 Thread Varma Dantuluri
Thanks Steve for the response. That was very useful information. Thanks Varma On Thu, Aug 23, 2012 at 6:05 AM, Dr. Stephen Henson wrote: > On Wed, Aug 22, 2012, Varma Dantuluri wrote: > > > Hi > > > > We are in the process of adding support for ECDSA-ECDHE cipher suites and > > hence ECDSA certi

Re: Generation ECDHE parameters

2012-08-23 Thread Dr. Stephen Henson
On Wed, Aug 22, 2012, Varma Dantuluri wrote: > Hi > > We are in the process of adding support for ECDSA-ECDHE cipher suites and > hence ECDSA certificates to our server. > > Right now, the server does the following: > > 1) Assign the ECDSA certificate to the SSL_CTX. > 2) Set the callback for E

Generation ECDHE parameters

2012-08-22 Thread Varma Dantuluri
Hi We are in the process of adding support for ECDSA-ECDHE cipher suites and hence ECDSA certificates to our server. Right now, the server does the following: 1) Assign the ECDSA certificate to the SSL_CTX. 2) Set the callback for ECDH parameter generation using SSL_CTX_set_tmp_ecdh_callback. I