Is this the right place to ask ? Please suggest ---------- Forwarded message ---------- From: "azhar jodatti" <azhar...@gmail.com> Date: Mar 13, 2013 11:14 PM Subject: Diffie algorithm in openssl To: <openssl-users@openssl.org> Cc:
I am very much new to openssl and trying to explore... I was trying to implement the diffie Hellman algorithm in Java which makes use of JCF and as well as in c with openssl... I am able to get this work in respective languages I.e Java - Java and C-C works fine . Generates the DH parameters and other stuffs quit well. Since my server is in Java and client is in C, I was trying to use openssl generated keys with Java as other part of component which is not working at all. Java keeps giving me invalid key specification exception... Any help would be really appriciated... its eating my head since couple of days... Regards, Azhar