On Fri, Dec 28, 2012 at 4:32 PM, Hemayamini Kurra
wrote:
> Thanks for the reply Jeff!!
>
> The problem comes when I try to send the values of prime and publickey to
> peer. As I am converting BIGNUM to binary and then at the peer the other way
> round, The parameters are not received properly by t
Thanks for the reply Jeff!!
The problem comes when I try to send the values of prime and publickey to
peer. As I am converting BIGNUM to binary and then at the peer the other
way round, The parameters are not received properly by the peer!!
On Fri, Dec 28, 2012 at 2:28 PM, Jeffrey Walton wrote:
On Fri, Dec 28, 2012 at 3:37 PM, Hemayamini Kurra
wrote:
> Hello!!
>
> I am implementing DH algorithm using OpenSSL library.
> My scenario is -
> using DH key exchange algorithm for key generation and exchange between
> client and server. Using DSA for two way authentication.
> server:
Could be tr