RE: Doubt about the use and initialization of DH struct

2007-12-15 Thread Bill Colvin
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

RE: Doubt about the use and initialization of DH struct

2007-12-15 Thread Agustin Cozzetti
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

Jesse Santana/AdminFinance/CSULB is out of the office.

2007-12-15 Thread Jesse Santana
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]

Problem in DTLS over IPv6 Socket

2007-12-15 Thread Prasanna Sundaram
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