Re: Query related to decryption of the DHE https packets.

2011-10-13 Thread nilesh
On Friday 14 October 2011 07:36 AM, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of nilesh Sent: Thursday, 13 October, 2011 09:17 [...] But is there any chance for us to know these values (or atleast one of these values Xa or Xb)? If I host the apache server (for https)

RE: Query related to decryption of the DHE https packets.

2011-10-13 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of nilesh > Sent: Thursday, 13 October, 2011 09:17 > I have a query related to decrypting the packets when > Diffie-Hellman is > used for key exchange. > I know wireshark cannot decode these packets, as it will not know the > random secret gene

Query related to decryption of the DHE https packets.

2011-10-13 Thread nilesh
Hi, I have a query related to decrypting the packets when Diffie-Hellman is used for key exchange. Summary of DH working (as everyone knows): - Host-A, Host-B will share Generator G, and Prime root P. Also the random secret values are generated independently - Xa, Xb. Now