Re: ECDH example for openssl 0.9.8za

2014-06-23 Thread pratyush parimal
Thanks .. that helps! -pratyush On Jun 23, 2014 7:44 PM, "Viktor Dukhovni" wrote: > On Mon, Jun 23, 2014 at 07:18:06PM -0400, pratyush parimal wrote: > > > Thanks a lot for the clarification. I understand now. > > > > Could you also let ne know the same about normal DH operations (not the > ec >

Re: ECDH example for openssl 0.9.8za

2014-06-23 Thread Viktor Dukhovni
On Mon, Jun 23, 2014 at 07:18:06PM -0400, pratyush parimal wrote: > Thanks a lot for the clarification. I understand now. > > Could you also let ne know the same about normal DH operations (not the ec > counterparts)? Are they supported in v0.9.8 then? Prime DH is supported in 0.9.8. --

Re: ECDH example for openssl 0.9.8za

2014-06-23 Thread pratyush parimal
Hi, Thanks a lot for the clarification. I understand now. Could you also let ne know the same about normal DH operations (not the ec counterparts)? Are they supported in v0.9.8 then? Regards, Pratyush. On Jun 23, 2014 7:07 PM, "Viktor Dukhovni" wrote: > On Mon, Jun 23, 2014 at 06:46:29PM -0400

Re: ECDH example for openssl 0.9.8za

2014-06-23 Thread Viktor Dukhovni
On Mon, Jun 23, 2014 at 06:46:29PM -0400, pratyush parimal wrote: > So does anyone know how to get the secret derivation working in OpenSSL > v0.9.8? The EC support in 0.9.8 is incomplete, and disabled by default. You should treat 0.9.8 as NOT capable of doing EC. > Because from what I read I th