I would suggest that you examine RFC 2631 (section 2.1.1) or Secure
Programming Cookbook by Viega & Messier (Section 8.17) for information
on this topic.
Typically with DH, two parties (A and B) wish to compute a shared
secret. Each computes a private & public key pair, exchange public keys
an
Thank you for your reply!!!
I have another question about this topic. I need to generate a shared secret
which size 16 byte, using a DH_compute_key() function. How can i manage that
size Should I use a 16 byte dh->p
Thank you for your help,
Hector Agustin Cozzetti
Subject: RE: Doub
I will be out of the office starting 12/15/2007 and will not return until
01/02/2008.
I will respond to your message when I return. If you require immediate
assistance, please contact the Campus Help Desk at [EMAIL PROTECTED]
Hi all,
I am trying to setup a server client model for DTLS using OpennSSL0.9.8g.
When I tried my application with IPv4 socket, server client communication
is proper. But when i port the same application for IPv6 socket, server is
receiving the packet but it is dropping the packet.
Can somebod