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 '
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