Re: Understanding Key Exchange

2000-11-03 Thread Dr S N Henson
Nagaraj Bagepalli wrote: > > > > > > > > > Matt Walsh wrote: > > > > > > Hi All (esp SSL protocol experts). Please help me to understand > > > something! > > > > > > In short > > > > > > What triggers the key exchange during an SSL transaction? > > > > > [SKE example deleted] > > > > We

Re: Understanding Key Exchange

2000-11-03 Thread Nagaraj Bagepalli
> > > > Matt Walsh wrote: > > > > Hi All (esp SSL protocol experts). Please help me to understand > > something! > > > > In short > > > > What triggers the key exchange during an SSL transaction? > > > [SKE example deleted] > > Well your example is probably related to US export ve

Re: Understanding Key Exchange

2000-11-03 Thread Dr S N Henson
Matt Walsh wrote: > > Hi All (esp SSL protocol experts). Please help me to understand > something! > > In short > > What triggers the key exchange during an SSL transaction? > [SKE example deleted] Well your example is probably related to US export versions of browsers. The old exp

Re: Understanding Key Exchange

2000-11-03 Thread Eric Rescorla
Matt Walsh <[EMAIL PROTECTED]> writes: > (line numbers added for clarity) > > 1: SSL_accept:before/accept initialization > 2: SSL_accept:SSLv3 read client hello A > 3: SSL_accept:SSLv3 write server hello A > 4: SSL_accept:SSLv3 write certificate A > 5: SSL_accept:SSLv3 write server done A >

Understanding Key Exchange

2000-11-03 Thread Matt Walsh
Hi All (esp SSL protocol experts). Please help me to understand something! In short What triggers the key exchange during an SSL transaction? Background -- When I hit the s_server app with some clients/web browsers, I get this normal happy output (courtesy of the -state s_se