Re: DH Confusion

2004-05-12 Thread Troy Monaghen
On Wed, 2004-05-12 at 08:39, Patrick Coleman wrote: > Hi, > I'm a little confused as to how Diffie-Hellman works with openssl. Once the > key is generated, which part of the DH struct do you need to send to the > other party? I have tried printing dh->pub_key to a terminal, but all I got > was '

DH Confusion

2004-05-12 Thread Patrick Coleman
Hi, I'm a little confused as to how Diffie-Hellman works with openssl. Once the key is generated, which part of the DH struct do you need to send to the other party? I have tried printing dh->pub_key to a terminal, but all I got was '0'. Is this normal? Is there a standard way of formatting such