RE: Use of Random Bytes from Client and Server

1999-11-17 Thread Rene G. Eberhard
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Bodo Moeller > Sent: Wednesday, November 17, 1999 11:24 AM > To: [EMAIL PROTECTED] > Subject: Re: Use of Random Bytes from Client and Server > > > On Tue, Nov 16, 1999

Re: Use of Random Bytes from Client and Server

1999-11-17 Thread Michael Voucko
Harry Whitehouse wrote: > > As I read the SSL3 specs, I gather that random bytes from the client > (generated as part of Client Hello) are combined with the client-generated > pre-master secret and random bytes from the server (generated at the Server > Hello) to yield the master secret. > > I'm

Re: Use of Random Bytes from Client and Server

1999-11-17 Thread Bodo Moeller
On Tue, Nov 16, 1999 at 10:42:13PM -0800, Harry Whitehouse wrote: > As I read the SSL3 specs, I gather that random bytes from the client > (generated as part of Client Hello) are combined with the client-generated > pre-master secret and random bytes from the server (generated at the Server > Hel

RE: Use of Random Bytes from Client and Server

1999-01-16 Thread Rene G. Eberhard
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Voucko > Sent: Thursday, November 18, 1999 11:10 AM > To: [EMAIL PROTECTED] > Subject: Re: Use of Random Bytes from Client and Server > > > Harry Whitehouse w